Html Css Color HEX #062A51 Prussian Blue

📋 copy color: '#062A51'

red 6 ◦ green 42 ◦ blue 81

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

Shades of Prussian Blue #062A51

Tints of Prussian Blue #062A51

RGB

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

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

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

R = 4.65%
G = 32.56%
B = 62.79%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#062A51 (or 0x062A51) is known color: Prussian Blue. HEX triplet: 06, 2A and 51. RGB value is (6,42,81). Sum of RGB (Red+Green+Blue) = 6+42+81=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 42 (16.80% from 255 or 32.56% from 129); Blue value is 81 (32.03% from 255 or 62.79% from 129); Max value from RGB is 81 - color contains mainly: blue. Hex color #062A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062A51 is #F9D5AE. Grayscale: #232323. Windows color (decimal): -16373167 or 5319174. OLE color: 5319174.

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

Color convert

RGB 6 42 81 -
CMYK 0.93 0.48 0 0.68
HSL 211.2º 0.86% 0.17% -
HSV(B) 211.2º 0.93% 0.32% -
XYZ 2.39 2.29 8.1 -
YUV 35.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 6 42 81 0.93 0.48 0 0.68 211.2 0.86 0.17
Hex 6 2A 51 5D 30 0 44 D3 56 11
Octal 6 52 121 135 60 0 104 323 126 21
Binary 110 101010 1010001 1011101 110000 0 1000100 11010011 1010110 10001

Color Harmonies of #062A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062A51

Black with #062A51

Text Example


Text Example

White with #062A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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