Html Css Color HEX #062173 Sapphire

📋 copy color: '#062173'

red 6 ◦ green 33 ◦ blue 115

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

Shades of Sapphire #062173

Tints of Sapphire #062173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 74.68%

R = 3.9%
G = 21.43%
B = 74.68%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#062173 (or 0x062173) is known color: Sapphire. HEX triplet: 06, 21 and 73. RGB value is (6,33,115). Sum of RGB (Red+Green+Blue) = 6+33+115=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 115 (45.31% from 255 or 74.68% from 154); Max value from RGB is 115 - color contains mainly: blue. Hex color #062173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062173 is #F9DE8C. Grayscale: #212121. Windows color (decimal): -16375437 or 7545094. OLE color: 7545094.

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

Color convert

RGB 6 33 115 -
CMYK 0.95 0.71 0 0.55
HSL 225.14º 0.9% 0.24% -
HSV(B) 225.14º 0.95% 0.45% -
XYZ 3.71 2.36 16.48 -
YUV 34.28 173.55 107.83 -
System Red Green Blue C M Y K H S L
Decimal 6 33 115 0.95 0.71 0 0.55 225.14 0.9 0.24
Hex 6 21 73 5F 47 0 37 E1 5A 18
Octal 6 41 163 137 107 0 67 341 132 30
Binary 110 100001 1110011 1011111 1000111 0 110111 11100001 1011010 11000

Color Harmonies of #062173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062173

Black with #062173

Text Example


Text Example

White with #062173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062173; }

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

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

background-color css

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

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

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

border-color css

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

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

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