Html Css Color HEX #024167 Prussian Blue

📋 copy color: '#024167'

red 2 ◦ green 65 ◦ blue 103

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

Shades of Prussian Blue #024167

Tints of Prussian Blue #024167

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.24%

 BLUE value IS 103 (40.63% from 255) = 60.59%

R = 1.18%
G = 38.24%
B = 60.59%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#024167 (or 0x024167) is known color: Prussian Blue. HEX triplet: 02, 41 and 67. RGB value is (2,65,103). Sum of RGB (Red+Green+Blue) = 2+65+103=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 103 (40.62% from 255 or 60.59% from 170); Max value from RGB is 103 - color contains mainly: blue. Hex color #024167 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024167 is #FDBE98. Grayscale: #323232. Windows color (decimal): -16629401 or 6766850. OLE color: 6766850.

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

Color convert

RGB 2 65 103 -
CMYK 0.98 0.37 0 0.60
HSL 202.57º 0.96% 0.21% -
HSV(B) 202.57º 0.98% 0.4% -
XYZ 4.36 4.77 13.52 -
YUV 50.5 157.63 93.41 -
System Red Green Blue C M Y K H S L
Decimal 2 65 103 0.98 0.37 0 0.60 202.57 0.96 0.21
Hex 2 41 67 62 25 0 3C CB 60 15
Octal 2 101 147 142 45 0 74 313 140 25
Binary 10 1000001 1100111 1100010 100101 0 111100 11001011 1100000 10101

Color Harmonies of #024167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024167

Black with #024167

Text Example


Text Example

White with #024167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024167; }

 p { color: rgb(2,65,103); }

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

background-color css

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

 a { background-color: rgb(2,65,103); }

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

border-color css

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

 span { border-color: rgb(2,65,103); }

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