Html Css Color HEX #022D6B Prussian Blue

📋 copy color: '#022D6B'

red 2 ◦ green 45 ◦ blue 107

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

Shades of Prussian Blue #022D6B

Tints of Prussian Blue #022D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 69.48%

R = 1.3%
G = 29.22%
B = 69.48%

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

#022D6B (or 0x022D6B) is known color: Prussian Blue. HEX triplet: 02, 2D and 6B. RGB value is (2,45,107). Sum of RGB (Red+Green+Blue) = 2+45+107=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 107 (42.19% from 255 or 69.48% from 154); Max value from RGB is 107 - color contains mainly: blue. Hex color #022D6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022D6B is #FDD294. Grayscale: #262626. Windows color (decimal): -16634517 or 7023874. OLE color: 7023874.

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

Color convert

RGB 2 45 107 -
CMYK 0.98 0.58 0 0.58
HSL 215.43º 0.96% 0.21% -
HSV(B) 215.43º 0.98% 0.42% -
XYZ 3.62 2.95 14.29 -
YUV 39.21 166.25 101.46 -
System Red Green Blue C M Y K H S L
Decimal 2 45 107 0.98 0.58 0 0.58 215.43 0.96 0.21
Hex 2 2D 6B 62 3A 0 3A D7 60 15
Octal 2 55 153 142 72 0 72 327 140 25
Binary 10 101101 1101011 1100010 111010 0 111010 11010111 1100000 10101

Color Harmonies of #022D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022D6B

Black with #022D6B

Text Example


Text Example

White with #022D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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