Html Css Color HEX #18286F Sapphire

📋 copy color: '#18286F'

red 24 ◦ green 40 ◦ blue 111

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

Shades of Sapphire #18286F

Tints of Sapphire #18286F

RGB

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

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

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

R = 13.71%
G = 22.86%
B = 63.43%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#18286F (or 0x18286F) is known color: Sapphire. HEX triplet: 18, 28 and 6F. RGB value is (24,40,111). Sum of RGB (Red+Green+Blue) = 24+40+111=175 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.71% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 111 (43.75% from 255 or 63.43% from 175); Max value from RGB is 111 - color contains mainly: blue. Hex color #18286F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18286F is #E7D790. Grayscale: #2B2B2B. Windows color (decimal): -15194001 or 7284760. OLE color: 7284760.

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

Color convert

RGB 24 40 111 -
CMYK 0.78 0.64 0 0.56
HSL 228.97º 0.64% 0.26% -
HSV(B) 228.97º 0.78% 0.44% -
XYZ 4 2.86 15.38 -
YUV 43.31 166.2 114.23 -
System Red Green Blue C M Y K H S L
Decimal 24 40 111 0.78 0.64 0 0.56 228.97 0.64 0.26
Hex 18 28 6F 4E 40 0 38 E5 40 1A
Octal 30 50 157 116 100 0 70 345 100 32
Binary 11000 101000 1101111 1001110 1000000 0 111000 11100101 1000000 11010

Color Harmonies of #18286F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18286F

Black with #18286F

Text Example


Text Example

White with #18286F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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