Html Css Color HEX #062676 Sapphire

📋 copy color: '#062676'

red 6 ◦ green 38 ◦ blue 118

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

Shades of Sapphire #062676

Tints of Sapphire #062676

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.46%

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

R = 3.7%
G = 23.46%
B = 72.84%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#062676 (or 0x062676) is known color: Sapphire. HEX triplet: 06, 26 and 76. RGB value is (6,38,118). Sum of RGB (Red+Green+Blue) = 6+38+118=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 118 (46.48% from 255 or 72.84% from 162); Max value from RGB is 118 - color contains mainly: blue. Hex color #062676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062676 is #F9D989. Grayscale: #252525. Windows color (decimal): -16374154 or 7742982. OLE color: 7742982.

HSL color Cylindrical-coordinate representation of color #062676: hue angle of 222.86º 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 #062676 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 38 118 -
CMYK 0.95 0.68 0 0.54
HSL 222.86º 0.9% 0.24% -
HSV(B) 222.86º 0.95% 0.46% -
XYZ 4.04 2.73 17.45 -
YUV 37.55 173.4 105.5 -
System Red Green Blue C M Y K H S L
Decimal 6 38 118 0.95 0.68 0 0.54 222.86 0.9 0.24
Hex 6 26 76 5F 44 0 36 DF 5A 18
Octal 6 46 166 137 104 0 66 337 132 30
Binary 110 100110 1110110 1011111 1000100 0 110110 11011111 1011010 11000

Color Harmonies of #062676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062676

Black with #062676

Text Example


Text Example

White with #062676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062676; }

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

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

background-color css

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

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

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

border-color css

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

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

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