Html Css Color HEX #00186F Sapphire

📋 copy color: '#00186F'

red 0 ◦ green 24 ◦ blue 111

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

Shades of Sapphire #00186F

Tints of Sapphire #00186F

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 17.78%
B = 82.22%

CMYK

 C value IS 1

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#00186F (or 0x00186F) is known color: Sapphire. HEX triplet: 00, 18 and 6F. RGB value is (0,24,111). Sum of RGB (Red+Green+Blue) = 0+24+111=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 111 (43.75% from 255 or 82.22% from 135); Max value from RGB is 111 - color contains mainly: blue. Hex color #00186F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00186F is #FFE790. Grayscale: #1A1A1A. Windows color (decimal): -16770961 or 7280640. OLE color: 7280640.

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

Color convert

RGB 0 24 111 -
CMYK 1 0.78 0 0.56
HSL 227.03º 1% 0.22% -
HSV(B) 227.03º 1% 0.44% -
XYZ 3.2 1.8 15.22 -
YUV 26.74 175.55 108.93 -
System Red Green Blue C M Y K H S L
Decimal 0 24 111 1 0.78 0 0.56 227.03 1 0.22
Hex 0 18 6F 64 4E 0 38 E3 64 16
Octal 0 30 157 144 116 0 70 343 144 26
Binary 0 11000 1101111 1100100 1001110 0 111000 11100011 1100100 10110

Color Harmonies of #00186F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00186F

Black with #00186F

Text Example


Text Example

White with #00186F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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