Html Css Color HEX #18317E Sapphire

📋 copy color: '#18317E'

red 24 ◦ green 49 ◦ blue 126

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

Shades of Sapphire #18317E

Tints of Sapphire #18317E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 63.32%

R = 12.06%
G = 24.62%
B = 63.32%

CMYK

 C value IS 0.81

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18317E (or 0x18317E) is known color: Sapphire. HEX triplet: 18, 31 and 7E. RGB value is (24,49,126). Sum of RGB (Red+Green+Blue) = 24+49+126=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 126 (49.61% from 255 or 63.32% from 199); Max value from RGB is 126 - color contains mainly: blue. Hex color #18317E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18317E is #E7CE81. Grayscale: #313131. Windows color (decimal): -15191682 or 8270104. OLE color: 8270104.

HSL color Cylindrical-coordinate representation of color #18317E: hue angle of 225.29º 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 #18317E is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 49 126 -
CMYK 0.81 0.61 0 0.51
HSL 225.29º 0.68% 0.29% -
HSV(B) 225.29º 0.81% 0.49% -
XYZ 5.24 3.9 20.21 -
YUV 50.3 170.72 109.24 -
System Red Green Blue C M Y K H S L
Decimal 24 49 126 0.81 0.61 0 0.51 225.29 0.68 0.29
Hex 18 31 7E 51 3D 0 33 E1 44 1D
Octal 30 61 176 121 75 0 63 341 104 35
Binary 11000 110001 1111110 1010001 111101 0 110011 11100001 1000100 11101

Color Harmonies of #18317E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18317E

Black with #18317E

Text Example


Text Example

White with #18317E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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