Html Css Color HEX #06155A Sapphire

📋 copy color: '#06155A'

red 6 ◦ green 21 ◦ blue 90

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

Shades of Sapphire #06155A

Tints of Sapphire #06155A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 76.92%

R = 5.13%
G = 17.95%
B = 76.92%

CMYK

 C value IS 0.93

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#06155A (or 0x06155A) is known color: Sapphire. HEX triplet: 06, 15 and 5A. RGB value is (6,21,90). Sum of RGB (Red+Green+Blue) = 6+21+90=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 90 (35.55% from 255 or 76.92% from 117); Max value from RGB is 90 - color contains mainly: blue. Hex color #06155A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06155A is #F9EAA5. Grayscale: #181818. Windows color (decimal): -16378534 or 5903622. OLE color: 5903622.

HSL color Cylindrical-coordinate representation of color #06155A: hue angle of 229.29º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06155A is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 21 90 -
CMYK 0.93 0.77 0 0.65
HSL 229.29º 0.88% 0.19% -
HSV(B) 229.29º 0.93% 0.35% -
XYZ 2.19 1.31 9.81 -
YUV 24.38 165.03 114.89 -
System Red Green Blue C M Y K H S L
Decimal 6 21 90 0.93 0.77 0 0.65 229.29 0.88 0.19
Hex 6 15 5A 5D 4D 0 41 E5 58 13
Octal 6 25 132 135 115 0 101 345 130 23
Binary 110 10101 1011010 1011101 1001101 0 1000001 11100101 1011000 10011

Color Harmonies of #06155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06155A

Black with #06155A

Text Example


Text Example

White with #06155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06155A; }

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

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

background-color css

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

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

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

border-color css

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

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

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