Html Css Color HEX #02366F Prussian Blue

📋 copy color: '#02366F'

red 2 ◦ green 54 ◦ blue 111

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

Shades of Prussian Blue #02366F

Tints of Prussian Blue #02366F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.34%

 BLUE value IS 111 (43.75% from 255) = 66.47%

R = 1.2%
G = 32.34%
B = 66.47%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#02366F (or 0x02366F) is known color: Prussian Blue. HEX triplet: 02, 36 and 6F. RGB value is (2,54,111). Sum of RGB (Red+Green+Blue) = 2+54+111=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 111 (43.75% from 255 or 66.47% from 167); Max value from RGB is 111 - color contains mainly: blue. Hex color #02366F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02366F is #FDC990. Grayscale: #2C2C2C. Windows color (decimal): -16632209 or 7288322. OLE color: 7288322.

HSL color Cylindrical-coordinate representation of color #02366F: hue angle of 211.38º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02366F is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 54 111 -
CMYK 0.98 0.51 0 0.56
HSL 211.38º 0.96% 0.22% -
HSV(B) 211.38º 0.98% 0.44% -
XYZ 4.21 3.8 15.55 -
YUV 44.95 165.27 97.37 -
System Red Green Blue C M Y K H S L
Decimal 2 54 111 0.98 0.51 0 0.56 211.38 0.96 0.22
Hex 2 36 6F 62 33 0 38 D3 60 16
Octal 2 66 157 142 63 0 70 323 140 26
Binary 10 110110 1101111 1100010 110011 0 111000 11010011 1100000 10110

Color Harmonies of #02366F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02366F

Black with #02366F

Text Example


Text Example

White with #02366F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02366F; }

 p { color: rgb(2,54,111); }

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

background-color css

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

 a { background-color: rgb(2,54,111); }

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

border-color css

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

 span { border-color: rgb(2,54,111); }

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