Html Css Color HEX #06185B Sapphire

📋 copy color: '#06185B'

red 6 ◦ green 24 ◦ blue 91

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

Shades of Sapphire #06185B

Tints of Sapphire #06185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.83%

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

R = 4.96%
G = 19.83%
B = 75.21%

CMYK

 C value IS 0.93

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06185B (or 0x06185B) is known color: Sapphire. HEX triplet: 06, 18 and 5B. RGB value is (6,24,91). Sum of RGB (Red+Green+Blue) = 6+24+91=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 91 (35.94% from 255 or 75.21% from 121); Max value from RGB is 91 - color contains mainly: blue. Hex color #06185B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06185B is #F9E7A4. Grayscale: #191919. Windows color (decimal): -16377765 or 5969926. OLE color: 5969926.

HSL color Cylindrical-coordinate representation of color #06185B: hue angle of 227.29º 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 #06185B is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 24 91 -
CMYK 0.93 0.74 0 0.64
HSL 227.29º 0.88% 0.19% -
HSV(B) 227.29º 0.93% 0.36% -
XYZ 2.29 1.45 10.06 -
YUV 26.26 164.54 113.55 -
System Red Green Blue C M Y K H S L
Decimal 6 24 91 0.93 0.74 0 0.64 227.29 0.88 0.19
Hex 6 18 5B 5D 4A 0 40 E3 58 13
Octal 6 30 133 135 112 0 100 343 130 23
Binary 110 11000 1011011 1011101 1001010 0 1000000 11100011 1011000 10011

Color Harmonies of #06185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06185B

Black with #06185B

Text Example


Text Example

White with #06185B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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