Html Css Color HEX #023966 Prussian Blue

📋 copy color: '#023966'

red 2 ◦ green 57 ◦ blue 102

#023966
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #023966

Tints of Prussian Blue #023966

RGB

 RED value IS 2 (1.17% from 255) = 1.24%

 GREEN value IS 57 (22.66% from 255) = 35.4%

 BLUE value IS 102 (40.23% from 255) = 63.35%

R = 1.24%
G = 35.4%
B = 63.35%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#023966 (or 0x023966) is known color: Prussian Blue. HEX triplet: 02, 39 and 66. RGB value is (2,57,102). Sum of RGB (Red+Green+Blue) = 2+57+102=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 102 (40.23% from 255 or 63.35% from 161); Max value from RGB is 102 - color contains mainly: blue. Hex color #023966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023966 is #FDC699. Grayscale: #2D2D2D. Windows color (decimal): -16631450 or 6699266. OLE color: 6699266.

HSL color Cylindrical-coordinate representation of color #023966: hue angle of 207º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023966 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 2 57 102 -
CMYK 0.98 0.44 0 0.6
HSL 207º 0.96% 0.2% -
HSV(B) 207º 0.98% 0.4% -
XYZ 3.89 3.9 13.12 -
YUV 45.69 159.78 96.84 -
System Red Green Blue C M Y K H S L
Decimal 2 57 102 0.98 0.44 0 0.6 207 0.96 0.2
Hex 2 39 66 62 2C 0 3C CF 60 14
Octal 2 71 146 142 54 0 74 317 140 24
Binary 10 111001 1100110 1100010 101100 0 111100 11001111 1100000 10100

Color Harmonies of #023966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023966

Black with #023966

Text Example


Text Example

White with #023966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023966; }

 p { color: rgb(2,57,102); }

 H1.HeaderClassName
 {
   color: #023966;
 }
 .AnyTagClassName
 {
   color: #023966;
 }
</style>

background-color css

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

 a { background-color: rgb(2,57,102); }

 div.DivClassName
 {
   background-color: #023966;
 }
 .BgClassName
 {
   background-color: #023966;
 }
</style>

border-color css

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

 span { border-color: rgb(2,57,102); }

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