Html Css Color HEX #02326F Prussian Blue

📋 copy color: '#02326F'

red 2 ◦ green 50 ◦ blue 111

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

Shades of Prussian Blue #02326F

Tints of Prussian Blue #02326F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.67%

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

R = 1.23%
G = 30.67%
B = 68.1%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#02326F (or 0x02326F) is known color: Prussian Blue. HEX triplet: 02, 32 and 6F. RGB value is (2,50,111). Sum of RGB (Red+Green+Blue) = 2+50+111=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 111 (43.75% from 255 or 68.10% from 163); Max value from RGB is 111 - color contains mainly: blue. Hex color #02326F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02326F is #FDCD90. Grayscale: #2A2A2A. Windows color (decimal): -16633233 or 7287298. OLE color: 7287298.

HSL color Cylindrical-coordinate representation of color #02326F: hue angle of 213.58º 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 #02326F is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 50 111 -
CMYK 0.98 0.55 0 0.56
HSL 213.58º 0.96% 0.22% -
HSV(B) 213.58º 0.98% 0.44% -
XYZ 4.03 3.44 15.49 -
YUV 42.6 166.6 99.04 -
System Red Green Blue C M Y K H S L
Decimal 2 50 111 0.98 0.55 0 0.56 213.58 0.96 0.22
Hex 2 32 6F 62 37 0 38 D6 60 16
Octal 2 62 157 142 67 0 70 326 140 26
Binary 10 110010 1101111 1100010 110111 0 111000 11010110 1100000 10110

Color Harmonies of #02326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02326F

Black with #02326F

Text Example


Text Example

White with #02326F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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