Html Css Color HEX #062F51 Prussian Blue

📋 copy color: '#062F51'

red 6 ◦ green 47 ◦ blue 81

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

Shades of Prussian Blue #062F51

Tints of Prussian Blue #062F51

RGB

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

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

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

R = 4.48%
G = 35.07%
B = 60.45%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#062F51 (or 0x062F51) is known color: Prussian Blue. HEX triplet: 06, 2F and 51. RGB value is (6,47,81). Sum of RGB (Red+Green+Blue) = 6+47+81=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 81 (32.03% from 255 or 60.45% from 134); Max value from RGB is 81 - color contains mainly: blue. Hex color #062F51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062F51 is #F9D0AE. Grayscale: #262626. Windows color (decimal): -16371887 or 5320454. OLE color: 5320454.

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

Color convert

RGB 6 47 81 -
CMYK 0.93 0.42 0 0.68
HSL 207.2º 0.86% 0.17% -
HSV(B) 207.2º 0.93% 0.32% -
XYZ 2.58 2.67 8.16 -
YUV 38.62 151.92 104.74 -
System Red Green Blue C M Y K H S L
Decimal 6 47 81 0.93 0.42 0 0.68 207.2 0.86 0.17
Hex 6 2F 51 5D 2A 0 44 CF 56 11
Octal 6 57 121 135 52 0 104 317 126 21
Binary 110 101111 1010001 1011101 101010 0 1000100 11001111 1010110 10001

Color Harmonies of #062F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062F51

Black with #062F51

Text Example


Text Example

White with #062F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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