Html Css Color HEX #062A58 Prussian Blue

📋 copy color: '#062A58'

red 6 ◦ green 42 ◦ blue 88

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

Shades of Prussian Blue #062A58

Tints of Prussian Blue #062A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 64.71%

R = 4.41%
G = 30.88%
B = 64.71%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#062A58 (or 0x062A58) is known color: Prussian Blue. HEX triplet: 06, 2A and 58. RGB value is (6,42,88). Sum of RGB (Red+Green+Blue) = 6+42+88=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 42 (16.80% from 255 or 30.88% from 136); Blue value is 88 (34.77% from 255 or 64.71% from 136); Max value from RGB is 88 - color contains mainly: blue. Hex color #062A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062A58 is #F9D5A7. Grayscale: #242424. Windows color (decimal): -16373160 or 5777926. OLE color: 5777926.

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

Color convert

RGB 6 42 88 -
CMYK 0.93 0.52 0 0.65
HSL 213.66º 0.87% 0.18% -
HSV(B) 213.66º 0.93% 0.35% -
XYZ 2.66 2.4 9.56 -
YUV 36.48 157.07 106.26 -
System Red Green Blue C M Y K H S L
Decimal 6 42 88 0.93 0.52 0 0.65 213.66 0.87 0.18
Hex 6 2A 58 5D 34 0 41 D6 57 12
Octal 6 52 130 135 64 0 101 326 127 22
Binary 110 101010 1011000 1011101 110100 0 1000001 11010110 1010111 10010

Color Harmonies of #062A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062A58

Black with #062A58

Text Example


Text Example

White with #062A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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