Html Css Color HEX #062174 Sapphire

📋 copy color: '#062174'

red 6 ◦ green 33 ◦ blue 116

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

Shades of Sapphire #062174

Tints of Sapphire #062174

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.29%

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

R = 3.87%
G = 21.29%
B = 74.84%

CMYK

 C value IS 0.95

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#062174 (or 0x062174) is known color: Sapphire. HEX triplet: 06, 21 and 74. RGB value is (6,33,116). Sum of RGB (Red+Green+Blue) = 6+33+116=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 116 (45.70% from 255 or 74.84% from 155); Max value from RGB is 116 - color contains mainly: blue. Hex color #062174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062174 is #F9DE8B. Grayscale: #222222. Windows color (decimal): -16375436 or 7610630. OLE color: 7610630.

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

Color convert

RGB 6 33 116 -
CMYK 0.95 0.72 0 0.55
HSL 225.27º 0.9% 0.24% -
HSV(B) 225.27º 0.95% 0.45% -
XYZ 3.77 2.39 16.79 -
YUV 34.39 174.05 107.75 -
System Red Green Blue C M Y K H S L
Decimal 6 33 116 0.95 0.72 0 0.55 225.27 0.9 0.24
Hex 6 21 74 5F 48 0 37 E1 5A 18
Octal 6 41 164 137 110 0 67 341 132 30
Binary 110 100001 1110100 1011111 1001000 0 110111 11100001 1011010 11000

Color Harmonies of #062174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062174

Black with #062174

Text Example


Text Example

White with #062174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062174; }

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

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

background-color css

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

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

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

border-color css

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

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

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