Html Css Color HEX #061773 Sapphire

📋 copy color: '#061773'

red 6 ◦ green 23 ◦ blue 115

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

Shades of Sapphire #061773

Tints of Sapphire #061773

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.97%

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

R = 4.17%
G = 15.97%
B = 79.86%

CMYK

 C value IS 0.95

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#061773 (or 0x061773) is known color: Sapphire. HEX triplet: 06, 17 and 73. RGB value is (6,23,115). Sum of RGB (Red+Green+Blue) = 6+23+115=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 115 (45.31% from 255 or 79.86% from 144); Max value from RGB is 115 - color contains mainly: blue. Hex color #061773 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061773 is #F9E88C. Grayscale: #1C1C1C. Windows color (decimal): -16377997 or 7542534. OLE color: 7542534.

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

Color convert

RGB 6 23 115 -
CMYK 0.95 0.80 0 0.55
HSL 230.64º 0.9% 0.24% -
HSV(B) 230.64º 0.95% 0.45% -
XYZ 3.48 1.89 16.4 -
YUV 28.41 176.87 112.02 -
System Red Green Blue C M Y K H S L
Decimal 6 23 115 0.95 0.80 0 0.55 230.64 0.9 0.24
Hex 6 17 73 5F 50 0 37 E7 5A 18
Octal 6 27 163 137 120 0 67 347 132 30
Binary 110 10111 1110011 1011111 1010000 0 110111 11100111 1011010 11000

Color Harmonies of #061773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061773

Black with #061773

Text Example


Text Example

White with #061773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061773; }

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

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

background-color css

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

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

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

border-color css

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

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

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