Html Css Color HEX #02264D Prussian Blue

📋 copy color: '#02264D'

red 2 ◦ green 38 ◦ blue 77

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

Shades of Prussian Blue #02264D

Tints of Prussian Blue #02264D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 32.48%

 BLUE value IS 77 (30.47% from 255) = 65.81%

R = 1.71%
G = 32.48%
B = 65.81%

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

#02264D (or 0x02264D) is known color: Prussian Blue. HEX triplet: 02, 26 and 4D. RGB value is (2,38,77). Sum of RGB (Red+Green+Blue) = 2+38+77=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 38 (15.23% from 255 or 32.48% from 117); Blue value is 77 (30.47% from 255 or 65.81% from 117); Max value from RGB is 77 - color contains mainly: blue. Hex color #02264D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02264D is #FDD9B2. Grayscale: #1F1F1F. Windows color (decimal): -16636339 or 5056002. OLE color: 5056002.

HSL color Cylindrical-coordinate representation of color #02264D: hue angle of 211.2º 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 #02264D is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 38 77 -
CMYK 0.97 0.51 0 0.70
HSL 211.2º 0.95% 0.15% -
HSV(B) 211.2º 0.97% 0.3% -
XYZ 2.06 1.93 7.29 -
YUV 31.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 2 38 77 0.97 0.51 0 0.70 211.2 0.95 0.15
Hex 2 26 4D 61 33 0 46 D3 5F F
Octal 2 46 115 141 63 0 106 323 137 17
Binary 10 100110 1001101 1100001 110011 0 1000110 11010011 1011111 1111

Color Harmonies of #02264D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02264D

Black with #02264D

Text Example


Text Example

White with #02264D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,38,77); }

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

background-color css

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

 a { background-color: rgb(2,38,77); }

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

border-color css

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

 span { border-color: rgb(2,38,77); }

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