Html Css Color HEX #022C6B Prussian Blue

📋 copy color: '#022C6B'

red 2 ◦ green 44 ◦ blue 107

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

Shades of Prussian Blue #022C6B

Tints of Prussian Blue #022C6B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 28.76%

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

R = 1.31%
G = 28.76%
B = 69.93%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#022C6B (or 0x022C6B) is known color: Prussian Blue. HEX triplet: 02, 2C and 6B. RGB value is (2,44,107). Sum of RGB (Red+Green+Blue) = 2+44+107=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 107 (42.19% from 255 or 69.93% from 153); Max value from RGB is 107 - color contains mainly: blue. Hex color #022C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022C6B is #FDD394. Grayscale: #262626. Windows color (decimal): -16634773 or 7023618. OLE color: 7023618.

HSL color Cylindrical-coordinate representation of color #022C6B: hue angle of 216º 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 #022C6B is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 2 44 107 -
CMYK 0.98 0.59 0 0.58
HSL 216º 0.96% 0.21% -
HSV(B) 216º 0.98% 0.42% -
XYZ 3.58 2.88 14.28 -
YUV 38.62 166.59 101.88 -
System Red Green Blue C M Y K H S L
Decimal 2 44 107 0.98 0.59 0 0.58 216 0.96 0.21
Hex 2 2C 6B 62 3B 0 3A D8 60 15
Octal 2 54 153 142 73 0 72 330 140 25
Binary 10 101100 1101011 1100010 111011 0 111010 11011000 1100000 10101

Color Harmonies of #022C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022C6B

Black with #022C6B

Text Example


Text Example

White with #022C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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