Html Css Color HEX #062D51 Prussian Blue

📋 copy color: '#062D51'

red 6 ◦ green 45 ◦ blue 81

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

Shades of Prussian Blue #062D51

Tints of Prussian Blue #062D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 61.36%

R = 4.55%
G = 34.09%
B = 61.36%

CMYK

 C value IS 0.93

 M value IS 0.44

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#062D51 (or 0x062D51) is known color: Prussian Blue. HEX triplet: 06, 2D and 51. RGB value is (6,45,81). Sum of RGB (Red+Green+Blue) = 6+45+81=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 81 (32.03% from 255 or 61.36% from 132); Max value from RGB is 81 - color contains mainly: blue. Hex color #062D51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062D51 is #F9D2AE. Grayscale: #252525. Windows color (decimal): -16372399 or 5319942. OLE color: 5319942.

HSL color Cylindrical-coordinate representation of color #062D51: hue angle of 208.8º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062D51 is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 45 81 -
CMYK 0.93 0.44 0 0.68
HSL 208.8º 0.86% 0.17% -
HSV(B) 208.8º 0.93% 0.32% -
XYZ 2.5 2.51 8.14 -
YUV 37.44 152.58 105.57 -
System Red Green Blue C M Y K H S L
Decimal 6 45 81 0.93 0.44 0 0.68 208.8 0.86 0.17
Hex 6 2D 51 5D 2C 0 44 D1 56 11
Octal 6 55 121 135 54 0 104 321 126 21
Binary 110 101101 1010001 1011101 101100 0 1000100 11010001 1010110 10001

Color Harmonies of #062D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062D51

Black with #062D51

Text Example


Text Example

White with #062D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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