Html Css Color HEX #062175 Sapphire

📋 copy color: '#062175'

red 6 ◦ green 33 ◦ blue 117

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

Shades of Sapphire #062175

Tints of Sapphire #062175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 75%

R = 3.85%
G = 21.15%
B = 75%

CMYK

 C value IS 0.95

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#062175 (or 0x062175) is known color: Sapphire. HEX triplet: 06, 21 and 75. RGB value is (6,33,117). Sum of RGB (Red+Green+Blue) = 6+33+117=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 117 (46.09% from 255 or 75% from 156); Max value from RGB is 117 - color contains mainly: blue. Hex color #062175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062175 is #F9DE8A. Grayscale: #222222. Windows color (decimal): -16375435 or 7676166. OLE color: 7676166.

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

Color convert

RGB 6 33 117 -
CMYK 0.95 0.72 0 0.54
HSL 225.41º 0.9% 0.24% -
HSV(B) 225.41º 0.95% 0.46% -
XYZ 3.83 2.41 17.09 -
YUV 34.5 174.55 107.67 -
System Red Green Blue C M Y K H S L
Decimal 6 33 117 0.95 0.72 0 0.54 225.41 0.9 0.24
Hex 6 21 75 5F 48 0 36 E1 5A 18
Octal 6 41 165 137 110 0 66 341 132 30
Binary 110 100001 1110101 1011111 1001000 0 110110 11100001 1011010 11000

Color Harmonies of #062175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062175

Black with #062175

Text Example


Text Example

White with #062175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062175; }

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

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

background-color css

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

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

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

border-color css

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

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

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