Html Css Color HEX #061558 Sapphire

📋 copy color: '#061558'

red 6 ◦ green 21 ◦ blue 88

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

Shades of Sapphire #061558

Tints of Sapphire #061558

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.26%

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

R = 5.22%
G = 18.26%
B = 76.52%

CMYK

 C value IS 0.93

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#061558 (or 0x061558) is known color: Sapphire. HEX triplet: 06, 15 and 58. RGB value is (6,21,88). Sum of RGB (Red+Green+Blue) = 6+21+88=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 88 (34.77% from 255 or 76.52% from 115); Max value from RGB is 88 - color contains mainly: blue. Hex color #061558 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061558 is #F9EAA7. Grayscale: #171717. Windows color (decimal): -16378536 or 5772550. OLE color: 5772550.

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

Color convert

RGB 6 21 88 -
CMYK 0.93 0.76 0 0.65
HSL 229.02º 0.87% 0.18% -
HSV(B) 229.02º 0.93% 0.35% -
XYZ 2.1 1.28 9.37 -
YUV 24.15 164.03 115.05 -
System Red Green Blue C M Y K H S L
Decimal 6 21 88 0.93 0.76 0 0.65 229.02 0.87 0.18
Hex 6 15 58 5D 4C 0 41 E5 57 12
Octal 6 25 130 135 114 0 101 345 127 22
Binary 110 10101 1011000 1011101 1001100 0 1000001 11100101 1010111 10010

Color Harmonies of #061558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061558

Black with #061558

Text Example


Text Example

White with #061558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061558; }

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

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

background-color css

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

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

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

border-color css

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

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

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