Html Css Color HEX #02254C Prussian Blue

📋 copy color: '#02254C'

red 2 ◦ green 37 ◦ blue 76

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

Shades of Prussian Blue #02254C

Tints of Prussian Blue #02254C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 32.17%

 BLUE value IS 76 (30.08% from 255) = 66.09%

R = 1.74%
G = 32.17%
B = 66.09%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#02254C (or 0x02254C) is known color: Prussian Blue. HEX triplet: 02, 25 and 4C. RGB value is (2,37,76). Sum of RGB (Red+Green+Blue) = 2+37+76=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 76 (30.08% from 255 or 66.09% from 115); Max value from RGB is 76 - color contains mainly: blue. Hex color #02254C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02254C is #FDDAB3. Grayscale: #1E1E1E. Windows color (decimal): -16636596 or 4990210. OLE color: 4990210.

HSL color Cylindrical-coordinate representation of color #02254C: hue angle of 211.62º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02254C is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 37 76 -
CMYK 0.97 0.51 0 0.70
HSL 211.62º 0.95% 0.15% -
HSV(B) 211.62º 0.97% 0.3% -
XYZ 1.99 1.86 7.09 -
YUV 30.98 153.4 107.33 -
System Red Green Blue C M Y K H S L
Decimal 2 37 76 0.97 0.51 0 0.70 211.62 0.95 0.15
Hex 2 25 4C 61 33 0 46 D4 5F F
Octal 2 45 114 141 63 0 106 324 137 17
Binary 10 100101 1001100 1100001 110011 0 1000110 11010100 1011111 1111

Color Harmonies of #02254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02254C

Black with #02254C

Text Example


Text Example

White with #02254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02254C; }

 p { color: rgb(2,37,76); }

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

background-color css

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

 a { background-color: rgb(2,37,76); }

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

border-color css

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

 span { border-color: rgb(2,37,76); }

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