Html Css Color HEX #024369 Prussian Blue

📋 copy color: '#024369'

red 2 ◦ green 67 ◦ blue 105

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

Shades of Prussian Blue #024369

Tints of Prussian Blue #024369

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.51%

 BLUE value IS 105 (41.41% from 255) = 60.34%

R = 1.15%
G = 38.51%
B = 60.34%

CMYK

 C value IS 0.98

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#024369 (or 0x024369) is known color: Prussian Blue. HEX triplet: 02, 43 and 69. RGB value is (2,67,105). Sum of RGB (Red+Green+Blue) = 2+67+105=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 105 (41.41% from 255 or 60.34% from 174); Max value from RGB is 105 - color contains mainly: blue. Hex color #024369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024369 is #FDBC96. Grayscale: #333333. Windows color (decimal): -16628887 or 6898434. OLE color: 6898434.

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

Color convert

RGB 2 67 105 -
CMYK 0.98 0.36 0 0.59
HSL 202.14º 0.96% 0.21% -
HSV(B) 202.14º 0.98% 0.41% -
XYZ 4.58 5.05 14.1 -
YUV 51.9 157.97 92.41 -
System Red Green Blue C M Y K H S L
Decimal 2 67 105 0.98 0.36 0 0.59 202.14 0.96 0.21
Hex 2 43 69 62 24 0 3B CA 60 15
Octal 2 103 151 142 44 0 73 312 140 25
Binary 10 1000011 1101001 1100010 100100 0 111011 11001010 1100000 10101

Color Harmonies of #024369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024369

Black with #024369

Text Example


Text Example

White with #024369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024369; }

 p { color: rgb(2,67,105); }

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

background-color css

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

 a { background-color: rgb(2,67,105); }

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

border-color css

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

 span { border-color: rgb(2,67,105); }

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