Html Css Color HEX #18317C Sapphire

📋 copy color: '#18317C'

red 24 ◦ green 49 ◦ blue 124

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

Shades of Sapphire #18317C

Tints of Sapphire #18317C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 62.94%

R = 12.18%
G = 24.87%
B = 62.94%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18317C (or 0x18317C) is known color: Sapphire. HEX triplet: 18, 31 and 7C. RGB value is (24,49,124). Sum of RGB (Red+Green+Blue) = 24+49+124=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 124 (48.83% from 255 or 62.94% from 197); Max value from RGB is 124 - color contains mainly: blue. Hex color #18317C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18317C is #E7CE83. Grayscale: #313131. Windows color (decimal): -15191684 or 8139032. OLE color: 8139032.

HSL color Cylindrical-coordinate representation of color #18317C: hue angle of 225º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18317C is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 49 124 -
CMYK 0.81 0.60 0 0.51
HSL 225º 0.68% 0.29% -
HSV(B) 225º 0.81% 0.49% -
XYZ 5.11 3.85 19.54 -
YUV 50.08 169.72 109.4 -
System Red Green Blue C M Y K H S L
Decimal 24 49 124 0.81 0.60 0 0.51 225 0.68 0.29
Hex 18 31 7C 51 3C 0 33 E1 44 1D
Octal 30 61 174 121 74 0 63 341 104 35
Binary 11000 110001 1111100 1010001 111100 0 110011 11100001 1000100 11101

Color Harmonies of #18317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18317C

Black with #18317C

Text Example


Text Example

White with #18317C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18317C; }

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

 H1.HeaderClassName
 {
   color: #18317C;
 }
 .AnyTagClassName
 {
   color: #18317C;
 }
</style>

background-color css

<style>
 a { background-color: #18317C; }

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

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

border-color css

<style>
 span { border-color: #18317C; }

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

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