Html Css Color HEX #062F5E Prussian Blue

📋 copy color: '#062F5E'

red 6 ◦ green 47 ◦ blue 94

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

Shades of Prussian Blue #062F5E

Tints of Prussian Blue #062F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 63.95%

R = 4.08%
G = 31.97%
B = 63.95%

CMYK

 C value IS 0.94

 M value IS 0.5

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#062F5E (or 0x062F5E) is known color: Prussian Blue. HEX triplet: 06, 2F and 5E. RGB value is (6,47,94). Sum of RGB (Red+Green+Blue) = 6+47+94=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 94 (37.11% from 255 or 63.95% from 147); Max value from RGB is 94 - color contains mainly: blue. Hex color #062F5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062F5E is #F9D0A1. Grayscale: #272727. Windows color (decimal): -16371874 or 6172422. OLE color: 6172422.

HSL color Cylindrical-coordinate representation of color #062F5E: hue angle of 212.05º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062F5E is Cyan = 0.94, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 6 47 94 -
CMYK 0.94 0.5 0 0.63
HSL 212.05º 0.88% 0.2% -
HSV(B) 212.05º 0.94% 0.37% -
XYZ 3.11 2.88 10.98 -
YUV 40.1 158.42 103.68 -
System Red Green Blue C M Y K H S L
Decimal 6 47 94 0.94 0.5 0 0.63 212.05 0.88 0.2
Hex 6 2F 5E 5E 32 0 3F D4 58 14
Octal 6 57 136 136 62 0 77 324 130 24
Binary 110 101111 1011110 1011110 110010 0 111111 11010100 1011000 10100

Color Harmonies of #062F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062F5E

Black with #062F5E

Text Example


Text Example

White with #062F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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