Html Css Color HEX #062F4E Prussian Blue

📋 copy color: '#062F4E'

red 6 ◦ green 47 ◦ blue 78

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

Shades of Prussian Blue #062F4E

Tints of Prussian Blue #062F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 59.54%

R = 4.58%
G = 35.88%
B = 59.54%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#062F4E (or 0x062F4E) is known color: Prussian Blue. HEX triplet: 06, 2F and 4E. RGB value is (6,47,78). Sum of RGB (Red+Green+Blue) = 6+47+78=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 78 (30.86% from 255 or 59.54% from 131); Max value from RGB is 78 - color contains mainly: blue. Hex color #062F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062F4E is #F9D0B1. Grayscale: #262626. Windows color (decimal): -16371890 or 5123846. OLE color: 5123846.

HSL color Cylindrical-coordinate representation of color #062F4E: hue angle of 205.83º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #062F4E is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 47 78 -
CMYK 0.92 0.40 0 0.69
HSL 205.83º 0.86% 0.16% -
HSV(B) 205.83º 0.92% 0.31% -
XYZ 2.47 2.62 7.58 -
YUV 38.28 150.42 104.98 -
System Red Green Blue C M Y K H S L
Decimal 6 47 78 0.92 0.40 0 0.69 205.83 0.86 0.16
Hex 6 2F 4E 5C 28 0 45 CE 56 10
Octal 6 57 116 134 50 0 105 316 126 20
Binary 110 101111 1001110 1011100 101000 0 1000101 11001110 1010110 10000

Color Harmonies of #062F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062F4E

Black with #062F4E

Text Example


Text Example

White with #062F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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