Html Css Color HEX #022D68 Prussian Blue

📋 copy color: '#022D68'

red 2 ◦ green 45 ◦ blue 104

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

Shades of Prussian Blue #022D68

Tints of Prussian Blue #022D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 68.87%

R = 1.32%
G = 29.8%
B = 68.87%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#022D68 (or 0x022D68) is known color: Prussian Blue. HEX triplet: 02, 2D and 68. RGB value is (2,45,104). Sum of RGB (Red+Green+Blue) = 2+45+104=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 45 (17.97% from 255 or 29.80% from 151); Blue value is 104 (41.02% from 255 or 68.87% from 151); Max value from RGB is 104 - color contains mainly: blue. Hex color #022D68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022D68 is #FDD297. Grayscale: #262626. Windows color (decimal): -16634520 or 6827266. OLE color: 6827266.

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

Color convert

RGB 2 45 104 -
CMYK 0.98 0.57 0 0.59
HSL 214.71º 0.96% 0.21% -
HSV(B) 214.71º 0.98% 0.41% -
XYZ 3.46 2.89 13.47 -
YUV 38.87 164.75 101.7 -
System Red Green Blue C M Y K H S L
Decimal 2 45 104 0.98 0.57 0 0.59 214.71 0.96 0.21
Hex 2 2D 68 62 39 0 3B D7 60 15
Octal 2 55 150 142 71 0 73 327 140 25
Binary 10 101101 1101000 1100010 111001 0 111011 11010111 1100000 10101

Color Harmonies of #022D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022D68

Black with #022D68

Text Example


Text Example

White with #022D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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