#07335D

Color #07335D Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #07335D

Tints of Prussian Blue #07335D

Color information

#07335D (or 0x07335D) is unknown color: approx Prussian Blue. HEX triplet: 07, 33 and 5D. RGB value is (7,51,93). Sum of RGB (Red+Green+Blue) = 7+51+93=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 93 (36.72% from 255 or 61.59% from 151); Max value from RGB is 93 - color contains mainly: blue. Hex color #07335D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07335D is #F8CCA2. Grayscale: #2A2A2A. Windows color (decimal): -16305315 or 6107911. OLE color: 6107911.

HSL color Cylindrical-coordinate representation of color #07335D: hue angle of 209.3º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07335D is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB75193-
CMYK0.920.4500.64
HSL209.3º86%19.61%-
HSV(B)209.3º92.47%36.47%-
XYZ3.253.210.8-
YUV42.63156.42102.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 4.64%
GREEN value IS 51 (20.31% from 255) = 33.77%
BLUE value IS 93 (36.72% from 255) = 61.59%
R=4.64%
G=33.77%
B=61.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal751930.920.4500.64209.38619.61
Hex7335D5C2D040d15614
Octal76313513455010032112624
Binary111110011101110110111001011010100000011010001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07335D; }

 p { color: rgb(7,51,93); }

 H1.HeaderClassName
 {
   color: #07335D;
 }
 .AnyTagClassName
 {
   color: #07335D;
 }
</style>
background-color css

<style>
 a { background-color: #07335D; }

 a { background-color: rgb(7,51,93); }

 div.DivClassName
 {
   background-color: #07335D;
 }
 .BgClassName
 {
   background-color: #07335D;
 }
</style>
border-color css

<style>
 span { border-color: #07335D; }

 span { border-color: rgb(7,51,93); }

 td.TdClassName
 {
   border-color: #07335D;
 }
 .TagClassName
 {
   border-color: #07335D;
 }
</style>