Html Css Color HEX #18317A Sapphire

📋 copy color: '#18317A'

red 24 ◦ green 49 ◦ blue 122

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

Shades of Sapphire #18317A

Tints of Sapphire #18317A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 62.56%

R = 12.31%
G = 25.13%
B = 62.56%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#18317A (or 0x18317A) is known color: Sapphire. HEX triplet: 18, 31 and 7A. RGB value is (24,49,122). Sum of RGB (Red+Green+Blue) = 24+49+122=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 122 (48.05% from 255 or 62.56% from 195); Max value from RGB is 122 - color contains mainly: blue. Hex color #18317A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18317A is #E7CE85. Grayscale: #313131. Windows color (decimal): -15191686 or 8007960. OLE color: 8007960.

HSL color Cylindrical-coordinate representation of color #18317A: hue angle of 224.69º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18317A is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 24 49 122 -
CMYK 0.80 0.60 0 0.52
HSL 224.69º 0.67% 0.29% -
HSV(B) 224.69º 0.8% 0.48% -
XYZ 4.99 3.8 18.88 -
YUV 49.85 168.72 109.56 -
System Red Green Blue C M Y K H S L
Decimal 24 49 122 0.80 0.60 0 0.52 224.69 0.67 0.29
Hex 18 31 7A 50 3C 0 34 E1 43 1D
Octal 30 61 172 120 74 0 64 341 103 35
Binary 11000 110001 1111010 1010000 111100 0 110100 11100001 1000011 11101

Color Harmonies of #18317A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18317A

Black with #18317A

Text Example


Text Example

White with #18317A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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