Html Css Color HEX #061758 Sapphire

📋 copy color: '#061758'

red 6 ◦ green 23 ◦ blue 88

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

Shades of Sapphire #061758

Tints of Sapphire #061758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 75.21%

R = 5.13%
G = 19.66%
B = 75.21%

CMYK

 C value IS 0.93

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#061758 (or 0x061758) is known color: Sapphire. HEX triplet: 06, 17 and 58. RGB value is (6,23,88). Sum of RGB (Red+Green+Blue) = 6+23+88=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 88 (34.77% from 255 or 75.21% from 117); Max value from RGB is 88 - color contains mainly: blue. Hex color #061758 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061758 is #F9E8A7. Grayscale: #191919. Windows color (decimal): -16378024 or 5773062. OLE color: 5773062.

HSL color Cylindrical-coordinate representation of color #061758: hue angle of 227.56º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061758 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 23 88 -
CMYK 0.93 0.74 0 0.65
HSL 227.56º 0.87% 0.18% -
HSV(B) 227.56º 0.93% 0.35% -
XYZ 2.14 1.36 9.38 -
YUV 25.33 163.37 114.21 -
System Red Green Blue C M Y K H S L
Decimal 6 23 88 0.93 0.74 0 0.65 227.56 0.87 0.18
Hex 6 17 58 5D 4A 0 41 E4 57 12
Octal 6 27 130 135 112 0 101 344 127 22
Binary 110 10111 1011000 1011101 1001010 0 1000001 11100100 1010111 10010

Color Harmonies of #061758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061758

Black with #061758

Text Example


Text Example

White with #061758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061758; }

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

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

background-color css

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

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

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

border-color css

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

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

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