Html Css Color HEX #18286E Sapphire

📋 copy color: '#18286E'

red 24 ◦ green 40 ◦ blue 110

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

Shades of Sapphire #18286E

Tints of Sapphire #18286E

RGB

 RED value IS 24 (9.77% from 255) = 13.79%

 GREEN value IS 40 (16.02% from 255) = 22.99%

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

R = 13.79%
G = 22.99%
B = 63.22%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#18286E (or 0x18286E) is known color: Sapphire. HEX triplet: 18, 28 and 6E. RGB value is (24,40,110). Sum of RGB (Red+Green+Blue) = 24+40+110=174 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.79% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 110 (43.36% from 255 or 63.22% from 174); Max value from RGB is 110 - color contains mainly: blue. Hex color #18286E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18286E is #E7D791. Grayscale: #2A2A2A. Windows color (decimal): -15194002 or 7219224. OLE color: 7219224.

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

Color convert

RGB 24 40 110 -
CMYK 0.78 0.64 0 0.57
HSL 228.84º 0.64% 0.26% -
HSV(B) 228.84º 0.78% 0.43% -
XYZ 3.95 2.84 15.09 -
YUV 43.2 165.7 114.31 -
System Red Green Blue C M Y K H S L
Decimal 24 40 110 0.78 0.64 0 0.57 228.84 0.64 0.26
Hex 18 28 6E 4E 40 0 39 E5 40 1A
Octal 30 50 156 116 100 0 71 345 100 32
Binary 11000 101000 1101110 1001110 1000000 0 111001 11100101 1000000 11010

Color Harmonies of #18286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18286E

Black with #18286E

Text Example


Text Example

White with #18286E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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