Html Css Color HEX #062F76 Sapphire

📋 copy color: '#062F76'

red 6 ◦ green 47 ◦ blue 118

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

Shades of Sapphire #062F76

Tints of Sapphire #062F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 69.01%

R = 3.51%
G = 27.49%
B = 69.01%

CMYK

 C value IS 0.95

 M value IS 0.60

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#062F76 (or 0x062F76) is known color: Sapphire. HEX triplet: 06, 2F and 76. RGB value is (6,47,118). Sum of RGB (Red+Green+Blue) = 6+47+118=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 118 (46.48% from 255 or 69.01% from 171); Max value from RGB is 118 - color contains mainly: blue. Hex color #062F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062F76 is #F9D089. Grayscale: #2A2A2A. Windows color (decimal): -16371850 or 7745286. OLE color: 7745286.

HSL color Cylindrical-coordinate representation of color #062F76: hue angle of 218.04º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062F76 is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 47 118 -
CMYK 0.95 0.60 0 0.54
HSL 218.04º 0.9% 0.24% -
HSV(B) 218.04º 0.95% 0.46% -
XYZ 4.36 3.38 17.56 -
YUV 42.84 170.42 101.73 -
System Red Green Blue C M Y K H S L
Decimal 6 47 118 0.95 0.60 0 0.54 218.04 0.9 0.24
Hex 6 2F 76 5F 3C 0 36 DA 5A 18
Octal 6 57 166 137 74 0 66 332 132 30
Binary 110 101111 1110110 1011111 111100 0 110110 11011010 1011010 11000

Color Harmonies of #062F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062F76

Black with #062F76

Text Example


Text Example

White with #062F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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