Html Css Color HEX #062A56 Prussian Blue

📋 copy color: '#062A56'

red 6 ◦ green 42 ◦ blue 86

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

Shades of Prussian Blue #062A56

Tints of Prussian Blue #062A56

RGB

 RED value IS 6 (2.73% from 255) = 4.48%

 GREEN value IS 42 (16.8% from 255) = 31.34%

 BLUE value IS 86 (33.98% from 255) = 64.18%

R = 4.48%
G = 31.34%
B = 64.18%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#062A56 (or 0x062A56) is known color: Prussian Blue. HEX triplet: 06, 2A and 56. RGB value is (6,42,86). Sum of RGB (Red+Green+Blue) = 6+42+86=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 42 (16.80% from 255 or 31.34% from 134); Blue value is 86 (33.98% from 255 or 64.18% from 134); Max value from RGB is 86 - color contains mainly: blue. Hex color #062A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062A56 is #F9D5A9. Grayscale: #242424. Windows color (decimal): -16373162 or 5646854. OLE color: 5646854.

HSL color Cylindrical-coordinate representation of color #062A56: hue angle of 213º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062A56 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 6 42 86 -
CMYK 0.93 0.51 0 0.66
HSL 213º 0.87% 0.18% -
HSV(B) 213º 0.93% 0.34% -
XYZ 2.58 2.37 9.12 -
YUV 36.25 156.07 106.42 -
System Red Green Blue C M Y K H S L
Decimal 6 42 86 0.93 0.51 0 0.66 213 0.87 0.18
Hex 6 2A 56 5D 33 0 42 D5 57 12
Octal 6 52 126 135 63 0 102 325 127 22
Binary 110 101010 1010110 1011101 110011 0 1000010 11010101 1010111 10010

Color Harmonies of #062A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062A56

Black with #062A56

Text Example


Text Example

White with #062A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062A56; }

 p { color: rgb(6,42,86); }

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

background-color css

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

 a { background-color: rgb(6,42,86); }

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

border-color css

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

 span { border-color: rgb(6,42,86); }

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