Html Css Color HEX #062E58 Prussian Blue

📋 copy color: '#062E58'

red 6 ◦ green 46 ◦ blue 88

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

Shades of Prussian Blue #062E58

Tints of Prussian Blue #062E58

RGB

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

 GREEN value IS 46 (18.36% from 255) = 32.86%

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

R = 4.29%
G = 32.86%
B = 62.86%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#062E58 (or 0x062E58) is known color: Prussian Blue. HEX triplet: 06, 2E and 58. RGB value is (6,46,88). Sum of RGB (Red+Green+Blue) = 6+46+88=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 46 (18.36% from 255 or 32.86% from 140); Blue value is 88 (34.77% from 255 or 62.86% from 140); Max value from RGB is 88 - color contains mainly: blue. Hex color #062E58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062E58 is #F9D1A7. Grayscale: #262626. Windows color (decimal): -16372136 or 5778950. OLE color: 5778950.

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

Color convert

RGB 6 46 88 -
CMYK 0.93 0.48 0 0.65
HSL 210.73º 0.87% 0.18% -
HSV(B) 210.73º 0.93% 0.35% -
XYZ 2.81 2.7 9.6 -
YUV 38.83 155.75 104.58 -
System Red Green Blue C M Y K H S L
Decimal 6 46 88 0.93 0.48 0 0.65 210.73 0.87 0.18
Hex 6 2E 58 5D 30 0 41 D3 57 12
Octal 6 56 130 135 60 0 101 323 127 22
Binary 110 101110 1011000 1011101 110000 0 1000001 11010011 1010111 10010

Color Harmonies of #062E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062E58

Black with #062E58

Text Example


Text Example

White with #062E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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