Html Css Color HEX #062978 Sapphire

📋 copy color: '#062978'

red 6 ◦ green 41 ◦ blue 120

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

Shades of Sapphire #062978

Tints of Sapphire #062978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.55%

 BLUE value IS 120 (47.27% from 255) = 71.86%

R = 3.59%
G = 24.55%
B = 71.86%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#062978 (or 0x062978) is known color: Sapphire. HEX triplet: 06, 29 and 78. RGB value is (6,41,120). Sum of RGB (Red+Green+Blue) = 6+41+120=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 120 (47.27% from 255 or 71.86% from 167); Max value from RGB is 120 - color contains mainly: blue. Hex color #062978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062978 is #F9D687. Grayscale: #272727. Windows color (decimal): -16373384 or 7874822. OLE color: 7874822.

HSL color Cylindrical-coordinate representation of color #062978: hue angle of 221.58º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062978 is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 41 120 -
CMYK 0.95 0.66 0 0.53
HSL 221.58º 0.9% 0.25% -
HSV(B) 221.58º 0.95% 0.47% -
XYZ 4.26 2.98 18.12 -
YUV 39.54 173.4 104.08 -
System Red Green Blue C M Y K H S L
Decimal 6 41 120 0.95 0.66 0 0.53 221.58 0.9 0.25
Hex 6 29 78 5F 42 0 35 DE 5A 19
Octal 6 51 170 137 102 0 65 336 132 31
Binary 110 101001 1111000 1011111 1000010 0 110101 11011110 1011010 11001

Color Harmonies of #062978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062978

Black with #062978

Text Example


Text Example

White with #062978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062978; }

 p { color: rgb(6,41,120); }

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

background-color css

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

 a { background-color: rgb(6,41,120); }

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

border-color css

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

 span { border-color: rgb(6,41,120); }

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