Html Css Color HEX #062D55 Prussian Blue

📋 copy color: '#062D55'

red 6 ◦ green 45 ◦ blue 85

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

Shades of Prussian Blue #062D55

Tints of Prussian Blue #062D55

RGB

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

 GREEN value IS 45 (17.97% from 255) = 33.09%

 BLUE value IS 85 (33.59% from 255) = 62.5%

R = 4.41%
G = 33.09%
B = 62.5%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#062D55 (or 0x062D55) is known color: Prussian Blue. HEX triplet: 06, 2D and 55. RGB value is (6,45,85). Sum of RGB (Red+Green+Blue) = 6+45+85=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 45 (17.97% from 255 or 33.09% from 136); Blue value is 85 (33.59% from 255 or 62.5% from 136); Max value from RGB is 85 - color contains mainly: blue. Hex color #062D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062D55 is #F9D2AA. Grayscale: #252525. Windows color (decimal): -16372395 or 5582086. OLE color: 5582086.

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

Color convert

RGB 6 45 85 -
CMYK 0.93 0.47 0 0.67
HSL 210.38º 0.87% 0.18% -
HSV(B) 210.38º 0.93% 0.33% -
XYZ 2.65 2.57 8.95 -
YUV 37.9 154.58 105.25 -
System Red Green Blue C M Y K H S L
Decimal 6 45 85 0.93 0.47 0 0.67 210.38 0.87 0.18
Hex 6 2D 55 5D 2F 0 43 D2 57 12
Octal 6 55 125 135 57 0 103 322 127 22
Binary 110 101101 1010101 1011101 101111 0 1000011 11010010 1010111 10010

Color Harmonies of #062D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062D55

Black with #062D55

Text Example


Text Example

White with #062D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,45,85); }

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

background-color css

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

 a { background-color: rgb(6,45,85); }

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

border-color css

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

 span { border-color: rgb(6,45,85); }

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