Html Css Color HEX #18286B Sapphire

📋 copy color: '#18286B'

red 24 ◦ green 40 ◦ blue 107

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

Shades of Sapphire #18286B

Tints of Sapphire #18286B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 62.57%

R = 14.04%
G = 23.39%
B = 62.57%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#18286B (or 0x18286B) is known color: Sapphire. HEX triplet: 18, 28 and 6B. RGB value is (24,40,107). Sum of RGB (Red+Green+Blue) = 24+40+107=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 107 (42.19% from 255 or 62.57% from 171); Max value from RGB is 107 - color contains mainly: blue. Hex color #18286B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18286B is #E7D794. Grayscale: #2A2A2A. Windows color (decimal): -15194005 or 7022616. OLE color: 7022616.

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

Color convert

RGB 24 40 107 -
CMYK 0.78 0.63 0 0.58
HSL 228.43º 0.63% 0.26% -
HSV(B) 228.43º 0.78% 0.42% -
XYZ 3.79 2.77 14.25 -
YUV 42.85 164.2 114.55 -
System Red Green Blue C M Y K H S L
Decimal 24 40 107 0.78 0.63 0 0.58 228.43 0.63 0.26
Hex 18 28 6B 4E 3F 0 3A E4 3F 1A
Octal 30 50 153 116 77 0 72 344 77 32
Binary 11000 101000 1101011 1001110 111111 0 111010 11100100 111111 11010

Color Harmonies of #18286B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18286B

Black with #18286B

Text Example


Text Example

White with #18286B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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