Html Css Color HEX #02426D Prussian Blue

📋 copy color: '#02426D'

red 2 ◦ green 66 ◦ blue 109

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

Shades of Prussian Blue #02426D

Tints of Prussian Blue #02426D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.29%

 BLUE value IS 109 (42.97% from 255) = 61.58%

R = 1.13%
G = 37.29%
B = 61.58%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#02426D (or 0x02426D) is known color: Prussian Blue. HEX triplet: 02, 42 and 6D. RGB value is (2,66,109). Sum of RGB (Red+Green+Blue) = 2+66+109=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 109 (42.97% from 255 or 61.58% from 177); Max value from RGB is 109 - color contains mainly: blue. Hex color #02426D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02426D is #FDBD92. Grayscale: #333333. Windows color (decimal): -16629139 or 7160322. OLE color: 7160322.

HSL color Cylindrical-coordinate representation of color #02426D: hue angle of 204.11º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02426D is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 2 66 109 -
CMYK 0.98 0.39 0 0.57
HSL 204.11º 0.96% 0.22% -
HSV(B) 204.11º 0.98% 0.43% -
XYZ 4.73 5.01 15.19 -
YUV 51.77 160.3 92.5 -
System Red Green Blue C M Y K H S L
Decimal 2 66 109 0.98 0.39 0 0.57 204.11 0.96 0.22
Hex 2 42 6D 62 27 0 39 CC 60 16
Octal 2 102 155 142 47 0 71 314 140 26
Binary 10 1000010 1101101 1100010 100111 0 111001 11001100 1100000 10110

Color Harmonies of #02426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02426D

Black with #02426D

Text Example


Text Example

White with #02426D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,66,109); }

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

background-color css

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

 a { background-color: rgb(2,66,109); }

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

border-color css

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

 span { border-color: rgb(2,66,109); }

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