Html Css Color HEX #02254A Prussian Blue

📋 copy color: '#02254A'

red 2 ◦ green 37 ◦ blue 74

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

Shades of Prussian Blue #02254A

Tints of Prussian Blue #02254A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 65.49%

R = 1.77%
G = 32.74%
B = 65.49%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#02254A (or 0x02254A) is known color: Prussian Blue. HEX triplet: 02, 25 and 4A. RGB value is (2,37,74). Sum of RGB (Red+Green+Blue) = 2+37+74=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 74 (29.30% from 255 or 65.49% from 113); Max value from RGB is 74 - color contains mainly: blue. Hex color #02254A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02254A is #FDDAB5. Grayscale: #1E1E1E. Windows color (decimal): -16636598 or 4859138. OLE color: 4859138.

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

Color convert

RGB 2 37 74 -
CMYK 0.97 0.50 0 0.71
HSL 210.83º 0.95% 0.15% -
HSV(B) 210.83º 0.97% 0.29% -
XYZ 1.92 1.83 6.73 -
YUV 30.75 152.4 107.49 -
System Red Green Blue C M Y K H S L
Decimal 2 37 74 0.97 0.50 0 0.71 210.83 0.95 0.15
Hex 2 25 4A 61 32 0 47 D3 5F F
Octal 2 45 112 141 62 0 107 323 137 17
Binary 10 100101 1001010 1100001 110010 0 1000111 11010011 1011111 1111

Color Harmonies of #02254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02254A

Black with #02254A

Text Example


Text Example

White with #02254A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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