Html Css Color HEX #061155 Sapphire

📋 copy color: '#061155'

red 6 ◦ green 17 ◦ blue 85

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

Shades of Sapphire #061155

Tints of Sapphire #061155

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.74%

 BLUE value IS 85 (33.59% from 255) = 78.7%

R = 5.56%
G = 15.74%
B = 78.7%

CMYK

 C value IS 0.93

 M value IS 0.80

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#061155 (or 0x061155) is known color: Sapphire. HEX triplet: 06, 11 and 55. RGB value is (6,17,85). Sum of RGB (Red+Green+Blue) = 6+17+85=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 85 (33.59% from 255 or 78.70% from 108); Max value from RGB is 85 - color contains mainly: blue. Hex color #061155 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061155 is #F9EEAA. Grayscale: #151515. Windows color (decimal): -16379563 or 5574918. OLE color: 5574918.

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

Color convert

RGB 6 17 85 -
CMYK 0.93 0.80 0 0.67
HSL 231.65º 0.87% 0.18% -
HSV(B) 231.65º 0.93% 0.33% -
XYZ 1.92 1.1 8.7 -
YUV 21.46 163.86 116.97 -
System Red Green Blue C M Y K H S L
Decimal 6 17 85 0.93 0.80 0 0.67 231.65 0.87 0.18
Hex 6 11 55 5D 50 0 43 E8 57 12
Octal 6 21 125 135 120 0 103 350 127 22
Binary 110 10001 1010101 1011101 1010000 0 1000011 11101000 1010111 10010

Color Harmonies of #061155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061155

Black with #061155

Text Example


Text Example

White with #061155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061155; }

 p { color: rgb(6,17,85); }

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

background-color css

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

 a { background-color: rgb(6,17,85); }

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

border-color css

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

 span { border-color: rgb(6,17,85); }

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