Html Css Color HEX #022D6C Prussian Blue

📋 copy color: '#022D6C'

red 2 ◦ green 45 ◦ blue 108

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

Shades of Prussian Blue #022D6C

Tints of Prussian Blue #022D6C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 29.03%

 BLUE value IS 108 (42.58% from 255) = 69.68%

R = 1.29%
G = 29.03%
B = 69.68%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#022D6C (or 0x022D6C) is known color: Prussian Blue. HEX triplet: 02, 2D and 6C. RGB value is (2,45,108). Sum of RGB (Red+Green+Blue) = 2+45+108=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 45 (17.97% from 255 or 29.03% from 155); Blue value is 108 (42.58% from 255 or 69.68% from 155); Max value from RGB is 108 - color contains mainly: blue. Hex color #022D6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022D6C is #FDD293. Grayscale: #272727. Windows color (decimal): -16634516 or 7089410. OLE color: 7089410.

HSL color Cylindrical-coordinate representation of color #022D6C: hue angle of 215.66º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022D6C is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 2 45 108 -
CMYK 0.98 0.58 0 0.58
HSL 215.66º 0.96% 0.22% -
HSV(B) 215.66º 0.98% 0.42% -
XYZ 3.67 2.97 14.57 -
YUV 39.33 166.75 101.38 -
System Red Green Blue C M Y K H S L
Decimal 2 45 108 0.98 0.58 0 0.58 215.66 0.96 0.22
Hex 2 2D 6C 62 3A 0 3A D8 60 16
Octal 2 55 154 142 72 0 72 330 140 26
Binary 10 101101 1101100 1100010 111010 0 111010 11011000 1100000 10110

Color Harmonies of #022D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022D6C

Black with #022D6C

Text Example


Text Example

White with #022D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022D6C; }

 p { color: rgb(2,45,108); }

 H1.HeaderClassName
 {
   color: #022D6C;
 }
 .AnyTagClassName
 {
   color: #022D6C;
 }
</style>

background-color css

<style>
 a { background-color: #022D6C; }

 a { background-color: rgb(2,45,108); }

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

border-color css

<style>
 span { border-color: #022D6C; }

 span { border-color: rgb(2,45,108); }

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