Html Css Color HEX #062F5D Prussian Blue

📋 copy color: '#062F5D'

red 6 ◦ green 47 ◦ blue 93

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

Shades of Prussian Blue #062F5D

Tints of Prussian Blue #062F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 63.7%

R = 4.11%
G = 32.19%
B = 63.7%

CMYK

 C value IS 0.94

 M value IS 0.49

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#062F5D (or 0x062F5D) is known color: Prussian Blue. HEX triplet: 06, 2F and 5D. RGB value is (6,47,93). Sum of RGB (Red+Green+Blue) = 6+47+93=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 93 (36.72% from 255 or 63.70% from 146); Max value from RGB is 93 - color contains mainly: blue. Hex color #062F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062F5D is #F9D0A2. Grayscale: #272727. Windows color (decimal): -16371875 or 6106886. OLE color: 6106886.

HSL color Cylindrical-coordinate representation of color #062F5D: hue angle of 211.72º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062F5D is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 47 93 -
CMYK 0.94 0.49 0 0.64
HSL 211.72º 0.88% 0.19% -
HSV(B) 211.72º 0.94% 0.36% -
XYZ 3.07 2.86 10.75 -
YUV 39.99 157.92 103.76 -
System Red Green Blue C M Y K H S L
Decimal 6 47 93 0.94 0.49 0 0.64 211.72 0.88 0.19
Hex 6 2F 5D 5E 31 0 40 D4 58 13
Octal 6 57 135 136 61 0 100 324 130 23
Binary 110 101111 1011101 1011110 110001 0 1000000 11010100 1011000 10011

Color Harmonies of #062F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062F5D

Black with #062F5D

Text Example


Text Example

White with #062F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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