Html Css Color HEX #06185D Sapphire

📋 copy color: '#06185D'

red 6 ◦ green 24 ◦ blue 93

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

Shades of Sapphire #06185D

Tints of Sapphire #06185D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 75.61%

R = 4.88%
G = 19.51%
B = 75.61%

CMYK

 C value IS 0.94

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06185D (or 0x06185D) is known color: Sapphire. HEX triplet: 06, 18 and 5D. RGB value is (6,24,93). Sum of RGB (Red+Green+Blue) = 6+24+93=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 93 (36.72% from 255 or 75.61% from 123); Max value from RGB is 93 - color contains mainly: blue. Hex color #06185D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06185D is #F9E7A2. Grayscale: #1A1A1A. Windows color (decimal): -16377763 or 6100998. OLE color: 6100998.

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

Color convert

RGB 6 24 93 -
CMYK 0.94 0.74 0 0.64
HSL 227.59º 0.88% 0.19% -
HSV(B) 227.59º 0.94% 0.36% -
XYZ 2.38 1.48 10.52 -
YUV 26.48 165.54 113.39 -
System Red Green Blue C M Y K H S L
Decimal 6 24 93 0.94 0.74 0 0.64 227.59 0.88 0.19
Hex 6 18 5D 5E 4A 0 40 E4 58 13
Octal 6 30 135 136 112 0 100 344 130 23
Binary 110 11000 1011101 1011110 1001010 0 1000000 11100100 1011000 10011

Color Harmonies of #06185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06185D

Black with #06185D

Text Example


Text Example

White with #06185D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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