Html Css Color HEX #062974 Sapphire

📋 copy color: '#062974'

red 6 ◦ green 41 ◦ blue 116

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

Shades of Sapphire #062974

Tints of Sapphire #062974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 71.17%

R = 3.68%
G = 25.15%
B = 71.17%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#062974 (or 0x062974) is known color: Sapphire. HEX triplet: 06, 29 and 74. RGB value is (6,41,116). Sum of RGB (Red+Green+Blue) = 6+41+116=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 116 (45.70% from 255 or 71.17% from 163); Max value from RGB is 116 - color contains mainly: blue. Hex color #062974 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062974 is #F9D68B. Grayscale: #262626. Windows color (decimal): -16373388 or 7612678. OLE color: 7612678.

HSL color Cylindrical-coordinate representation of color #062974: hue angle of 220.91º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062974 is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 41 116 -
CMYK 0.95 0.65 0 0.55
HSL 220.91º 0.9% 0.24% -
HSV(B) 220.91º 0.95% 0.45% -
XYZ 4.02 2.89 16.87 -
YUV 39.09 171.4 104.4 -
System Red Green Blue C M Y K H S L
Decimal 6 41 116 0.95 0.65 0 0.55 220.91 0.9 0.24
Hex 6 29 74 5F 41 0 37 DD 5A 18
Octal 6 51 164 137 101 0 67 335 132 30
Binary 110 101001 1110100 1011111 1000001 0 110111 11011101 1011010 11000

Color Harmonies of #062974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062974

Black with #062974

Text Example


Text Example

White with #062974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062974; }

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

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

background-color css

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

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

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

border-color css

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

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

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