Html Css Color HEX #18316A Sapphire

📋 copy color: '#18316A'

red 24 ◦ green 49 ◦ blue 106

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

Shades of Sapphire #18316A

Tints of Sapphire #18316A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 59.22%

R = 13.41%
G = 27.37%
B = 59.22%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#18316A (or 0x18316A) is known color: Sapphire. HEX triplet: 18, 31 and 6A. RGB value is (24,49,106). Sum of RGB (Red+Green+Blue) = 24+49+106=179 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.41% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 106 (41.80% from 255 or 59.22% from 179); Max value from RGB is 106 - color contains mainly: blue. Hex color #18316A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18316A is #E7CE95. Grayscale: #2F2F2F. Windows color (decimal): -15191702 or 6959384. OLE color: 6959384.

HSL color Cylindrical-coordinate representation of color #18316A: hue angle of 221.71º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18316A is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 24 49 106 -
CMYK 0.77 0.54 0 0.58
HSL 221.71º 0.63% 0.25% -
HSV(B) 221.71º 0.77% 0.42% -
XYZ 4.08 3.43 14.08 -
YUV 48.02 160.72 110.87 -
System Red Green Blue C M Y K H S L
Decimal 24 49 106 0.77 0.54 0 0.58 221.71 0.63 0.25
Hex 18 31 6A 4D 36 0 3A DE 3F 19
Octal 30 61 152 115 66 0 72 336 77 31
Binary 11000 110001 1101010 1001101 110110 0 111010 11011110 111111 11001

Color Harmonies of #18316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18316A

Black with #18316A

Text Example


Text Example

White with #18316A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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