Html Css Color HEX #06186F Sapphire

📋 copy color: '#06186F'

red 6 ◦ green 24 ◦ blue 111

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

Shades of Sapphire #06186F

Tints of Sapphire #06186F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 78.72%

R = 4.26%
G = 17.02%
B = 78.72%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#06186F (or 0x06186F) is known color: Sapphire. HEX triplet: 06, 18 and 6F. RGB value is (6,24,111). Sum of RGB (Red+Green+Blue) = 6+24+111=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 111 (43.75% from 255 or 78.72% from 141); Max value from RGB is 111 - color contains mainly: blue. Hex color #06186F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06186F is #F9E790. Grayscale: #1C1C1C. Windows color (decimal): -16377745 or 7280646. OLE color: 7280646.

HSL color Cylindrical-coordinate representation of color #06186F: hue angle of 229.71º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06186F is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 24 111 -
CMYK 0.95 0.78 0 0.56
HSL 229.71º 0.9% 0.23% -
HSV(B) 229.71º 0.95% 0.44% -
XYZ 3.27 1.84 15.22 -
YUV 28.54 174.54 111.93 -
System Red Green Blue C M Y K H S L
Decimal 6 24 111 0.95 0.78 0 0.56 229.71 0.9 0.23
Hex 6 18 6F 5F 4E 0 38 E6 5A 17
Octal 6 30 157 137 116 0 70 346 132 27
Binary 110 11000 1101111 1011111 1001110 0 111000 11100110 1011010 10111

Color Harmonies of #06186F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06186F

Black with #06186F

Text Example


Text Example

White with #06186F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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