Html Css Color HEX #024269 Prussian Blue

📋 copy color: '#024269'

red 2 ◦ green 66 ◦ blue 105

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

Shades of Prussian Blue #024269

Tints of Prussian Blue #024269

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.15%

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

R = 1.16%
G = 38.15%
B = 60.69%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#024269 (or 0x024269) is known color: Prussian Blue. HEX triplet: 02, 42 and 69. RGB value is (2,66,105). Sum of RGB (Red+Green+Blue) = 2+66+105=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 105 (41.41% from 255 or 60.69% from 173); Max value from RGB is 105 - color contains mainly: blue. Hex color #024269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024269 is #FDBD96. Grayscale: #333333. Windows color (decimal): -16629143 or 6898178. OLE color: 6898178.

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

Color convert

RGB 2 66 105 -
CMYK 0.98 0.37 0 0.59
HSL 202.72º 0.96% 0.21% -
HSV(B) 202.72º 0.98% 0.41% -
XYZ 4.52 4.93 14.08 -
YUV 51.31 158.3 92.83 -
System Red Green Blue C M Y K H S L
Decimal 2 66 105 0.98 0.37 0 0.59 202.72 0.96 0.21
Hex 2 42 69 62 25 0 3B CB 60 15
Octal 2 102 151 142 45 0 73 313 140 25
Binary 10 1000010 1101001 1100010 100101 0 111011 11001011 1100000 10101

Color Harmonies of #024269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024269

Black with #024269

Text Example


Text Example

White with #024269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024269; }

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

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

background-color css

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

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

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

border-color css

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

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

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