Html Css Color HEX #18295D Sapphire

📋 copy color: '#18295D'

red 24 ◦ green 41 ◦ blue 93

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

Shades of Sapphire #18295D

Tints of Sapphire #18295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.95%

 BLUE value IS 93 (36.72% from 255) = 58.86%

R = 15.19%
G = 25.95%
B = 58.86%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18295D (or 0x18295D) is known color: Sapphire. HEX triplet: 18, 29 and 5D. RGB value is (24,41,93). Sum of RGB (Red+Green+Blue) = 24+41+93=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 93 (36.72% from 255 or 58.86% from 158); Max value from RGB is 93 - color contains mainly: blue. Hex color #18295D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18295D is #E7D6A2. Grayscale: #292929. Windows color (decimal): -15193763 or 6105368. OLE color: 6105368.

HSL color Cylindrical-coordinate representation of color #18295D: hue angle of 225.22º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18295D is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 41 93 -
CMYK 0.74 0.56 0 0.64
HSL 225.22º 0.59% 0.23% -
HSV(B) 225.22º 0.74% 0.36% -
XYZ 3.15 2.57 10.69 -
YUV 41.85 156.87 115.27 -
System Red Green Blue C M Y K H S L
Decimal 24 41 93 0.74 0.56 0 0.64 225.22 0.59 0.23
Hex 18 29 5D 4A 38 0 40 E1 3B 17
Octal 30 51 135 112 70 0 100 341 73 27
Binary 11000 101001 1011101 1001010 111000 0 1000000 11100001 111011 10111

Color Harmonies of #18295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18295D

Black with #18295D

Text Example


Text Example

White with #18295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18295D; }

 p { color: rgb(24,41,93); }

 H1.HeaderClassName
 {
   color: #18295D;
 }
 .AnyTagClassName
 {
   color: #18295D;
 }
</style>

background-color css

<style>
 a { background-color: #18295D; }

 a { background-color: rgb(24,41,93); }

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

border-color css

<style>
 span { border-color: #18295D; }

 span { border-color: rgb(24,41,93); }

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