Html Css Color HEX #00186E Sapphire

📋 copy color: '#00186E'

red 0 ◦ green 24 ◦ blue 110

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

Shades of Sapphire #00186E

Tints of Sapphire #00186E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 82.09%

R = 0%
G = 17.91%
B = 82.09%

CMYK

 C value IS 1

 M value IS 0.78

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00186E (or 0x00186E) is known color: Sapphire. HEX triplet: 00, 18 and 6E. RGB value is (0,24,110). Sum of RGB (Red+Green+Blue) = 0+24+110=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 110 (43.36% from 255 or 82.09% from 134); Max value from RGB is 110 - color contains mainly: blue. Hex color #00186E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00186E is #FFE791. Grayscale: #1A1A1A. Windows color (decimal): -16770962 or 7215104. OLE color: 7215104.

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

Color convert

RGB 0 24 110 -
CMYK 1 0.78 0 0.57
HSL 226.91º 1% 0.22% -
HSV(B) 226.91º 1% 0.43% -
XYZ 3.14 1.78 14.93 -
YUV 26.63 175.05 109.01 -
System Red Green Blue C M Y K H S L
Decimal 0 24 110 1 0.78 0 0.57 226.91 1 0.22
Hex 0 18 6E 64 4E 0 39 E3 64 16
Octal 0 30 156 144 116 0 71 343 144 26
Binary 0 11000 1101110 1100100 1001110 0 111001 11100011 1100100 10110

Color Harmonies of #00186E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00186E

Black with #00186E

Text Example


Text Example

White with #00186E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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