Html Css Color HEX #061058 Sapphire

📋 copy color: '#061058'

red 6 ◦ green 16 ◦ blue 88

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

Shades of Sapphire #061058

Tints of Sapphire #061058

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.55%

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

R = 5.45%
G = 14.55%
B = 80%

CMYK

 C value IS 0.93

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#061058 (or 0x061058) is known color: Sapphire. HEX triplet: 06, 10 and 58. RGB value is (6,16,88). Sum of RGB (Red+Green+Blue) = 6+16+88=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 88 (34.77% from 255 or 80% from 110); Max value from RGB is 88 - color contains mainly: blue. Hex color #061058 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061058 is #F9EFA7. Grayscale: #141414. Windows color (decimal): -16379816 or 5771270. OLE color: 5771270.

HSL color Cylindrical-coordinate representation of color #061058: hue angle of 232.68º 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 #061058 is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 16 88 -
CMYK 0.93 0.82 0 0.65
HSL 232.68º 0.87% 0.18% -
HSV(B) 232.68º 0.93% 0.35% -
XYZ 2.02 1.11 9.34 -
YUV 21.22 165.69 117.15 -
System Red Green Blue C M Y K H S L
Decimal 6 16 88 0.93 0.82 0 0.65 232.68 0.87 0.18
Hex 6 10 58 5D 52 0 41 E9 57 12
Octal 6 20 130 135 122 0 101 351 127 22
Binary 110 10000 1011000 1011101 1010010 0 1000001 11101001 1010111 10010

Color Harmonies of #061058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061058

Black with #061058

Text Example


Text Example

White with #061058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061058; }

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

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

background-color css

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

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

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

border-color css

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

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

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