Html Css Color HEX #18316B Sapphire

📋 copy color: '#18316B'

red 24 ◦ green 49 ◦ blue 107

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

Shades of Sapphire #18316B

Tints of Sapphire #18316B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.22%

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

R = 13.33%
G = 27.22%
B = 59.44%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#18316B (or 0x18316B) is known color: Sapphire. HEX triplet: 18, 31 and 6B. RGB value is (24,49,107). Sum of RGB (Red+Green+Blue) = 24+49+107=180 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.33% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 107 (42.19% from 255 or 59.44% from 180); Max value from RGB is 107 - color contains mainly: blue. Hex color #18316B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18316B is #E7CE94. Grayscale: #2F2F2F. Windows color (decimal): -15191701 or 7024920. OLE color: 7024920.

HSL color Cylindrical-coordinate representation of color #18316B: hue angle of 221.93º 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 #18316B is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 24 49 107 -
CMYK 0.78 0.54 0 0.58
HSL 221.93º 0.63% 0.26% -
HSV(B) 221.93º 0.78% 0.42% -
XYZ 4.13 3.45 14.36 -
YUV 48.14 161.22 110.78 -
System Red Green Blue C M Y K H S L
Decimal 24 49 107 0.78 0.54 0 0.58 221.93 0.63 0.26
Hex 18 31 6B 4E 36 0 3A DE 3F 1A
Octal 30 61 153 116 66 0 72 336 77 32
Binary 11000 110001 1101011 1001110 110110 0 111010 11011110 111111 11010

Color Harmonies of #18316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18316B

Black with #18316B

Text Example


Text Example

White with #18316B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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