Html Css Color HEX #022C6A Prussian Blue

📋 copy color: '#022C6A'

red 2 ◦ green 44 ◦ blue 106

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

Shades of Prussian Blue #022C6A

Tints of Prussian Blue #022C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 69.74%

R = 1.32%
G = 28.95%
B = 69.74%

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

#022C6A (or 0x022C6A) is known color: Prussian Blue. HEX triplet: 02, 2C and 6A. RGB value is (2,44,106). Sum of RGB (Red+Green+Blue) = 2+44+106=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 106 (41.80% from 255 or 69.74% from 152); Max value from RGB is 106 - color contains mainly: blue. Hex color #022C6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022C6A is #FDD395. Grayscale: #262626. Windows color (decimal): -16634774 or 6958082. OLE color: 6958082.

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

Color convert

RGB 2 44 106 -
CMYK 0.98 0.58 0 0.58
HSL 215.77º 0.96% 0.21% -
HSV(B) 215.77º 0.98% 0.42% -
XYZ 3.53 2.85 14 -
YUV 38.51 166.09 101.96 -
System Red Green Blue C M Y K H S L
Decimal 2 44 106 0.98 0.58 0 0.58 215.77 0.96 0.21
Hex 2 2C 6A 62 3A 0 3A D8 60 15
Octal 2 54 152 142 72 0 72 330 140 25
Binary 10 101100 1101010 1100010 111010 0 111010 11011000 1100000 10101

Color Harmonies of #022C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022C6A

Black with #022C6A

Text Example


Text Example

White with #022C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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