Html Css Color HEX #06186C Sapphire

📋 copy color: '#06186C'

red 6 ◦ green 24 ◦ blue 108

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

Shades of Sapphire #06186C

Tints of Sapphire #06186C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 78.26%

R = 4.35%
G = 17.39%
B = 78.26%

CMYK

 C value IS 0.94

 M value IS 0.78

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#06186C (or 0x06186C) is known color: Sapphire. HEX triplet: 06, 18 and 6C. RGB value is (6,24,108). Sum of RGB (Red+Green+Blue) = 6+24+108=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 108 (42.58% from 255 or 78.26% from 138); Max value from RGB is 108 - color contains mainly: blue. Hex color #06186C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06186C is #F9E793. Grayscale: #1B1B1B. Windows color (decimal): -16377748 or 7084038. OLE color: 7084038.

HSL color Cylindrical-coordinate representation of color #06186C: hue angle of 229.41º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06186C is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 6 24 108 -
CMYK 0.94 0.78 0 0.58
HSL 229.41º 0.89% 0.22% -
HSV(B) 229.41º 0.94% 0.42% -
XYZ 3.11 1.77 14.37 -
YUV 28.19 173.04 112.17 -
System Red Green Blue C M Y K H S L
Decimal 6 24 108 0.94 0.78 0 0.58 229.41 0.89 0.22
Hex 6 18 6C 5E 4E 0 3A E5 59 16
Octal 6 30 154 136 116 0 72 345 131 26
Binary 110 11000 1101100 1011110 1001110 0 111010 11100101 1011001 10110

Color Harmonies of #06186C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06186C

Black with #06186C

Text Example


Text Example

White with #06186C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06186C; }

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

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

background-color css

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

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

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

border-color css

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

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

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