Html Css Color HEX #062F58 Prussian Blue

📋 copy color: '#062F58'

red 6 ◦ green 47 ◦ blue 88

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

Shades of Prussian Blue #062F58

Tints of Prussian Blue #062F58

RGB

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

 GREEN value IS 47 (18.75% from 255) = 33.33%

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

R = 4.26%
G = 33.33%
B = 62.41%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#062F58 (or 0x062F58) is known color: Prussian Blue. HEX triplet: 06, 2F and 58. RGB value is (6,47,88). Sum of RGB (Red+Green+Blue) = 6+47+88=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 47 (18.75% from 255 or 33.33% from 141); Blue value is 88 (34.77% from 255 or 62.41% from 141); Max value from RGB is 88 - color contains mainly: blue. Hex color #062F58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062F58 is #F9D0A7. Grayscale: #272727. Windows color (decimal): -16371880 or 5779206. OLE color: 5779206.

HSL color Cylindrical-coordinate representation of color #062F58: hue angle of 210º 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 #062F58 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 47 88 -
CMYK 0.93 0.47 0 0.65
HSL 210º 0.87% 0.18% -
HSV(B) 210º 0.93% 0.35% -
XYZ 2.85 2.78 9.62 -
YUV 39.42 155.42 104.17 -
System Red Green Blue C M Y K H S L
Decimal 6 47 88 0.93 0.47 0 0.65 210 0.87 0.18
Hex 6 2F 58 5D 2F 0 41 D2 57 12
Octal 6 57 130 135 57 0 101 322 127 22
Binary 110 101111 1011000 1011101 101111 0 1000001 11010010 1010111 10010

Color Harmonies of #062F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062F58

Black with #062F58

Text Example


Text Example

White with #062F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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