Html Css Color HEX #06155B Sapphire

📋 copy color: '#06155B'

red 6 ◦ green 21 ◦ blue 91

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

Shades of Sapphire #06155B

Tints of Sapphire #06155B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 77.12%

R = 5.08%
G = 17.8%
B = 77.12%

CMYK

 C value IS 0.93

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06155B (or 0x06155B) is known color: Sapphire. HEX triplet: 06, 15 and 5B. RGB value is (6,21,91). Sum of RGB (Red+Green+Blue) = 6+21+91=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 91 (35.94% from 255 or 77.12% from 118); Max value from RGB is 91 - color contains mainly: blue. Hex color #06155B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06155B is #F9EAA4. Grayscale: #181818. Windows color (decimal): -16378533 or 5969158. OLE color: 5969158.

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

Color convert

RGB 6 21 91 -
CMYK 0.93 0.77 0 0.64
HSL 229.41º 0.88% 0.19% -
HSV(B) 229.41º 0.93% 0.36% -
XYZ 2.23 1.33 10.04 -
YUV 24.5 165.53 114.81 -
System Red Green Blue C M Y K H S L
Decimal 6 21 91 0.93 0.77 0 0.64 229.41 0.88 0.19
Hex 6 15 5B 5D 4D 0 40 E5 58 13
Octal 6 25 133 135 115 0 100 345 130 23
Binary 110 10101 1011011 1011101 1001101 0 1000000 11100101 1011000 10011

Color Harmonies of #06155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06155B

Black with #06155B

Text Example


Text Example

White with #06155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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