Html Css Color HEX #18295A Sapphire

📋 copy color: '#18295A'

red 24 ◦ green 41 ◦ blue 90

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

Shades of Sapphire #18295A

Tints of Sapphire #18295A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 58.06%

R = 15.48%
G = 26.45%
B = 58.06%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#18295A (or 0x18295A) is known color: Sapphire. HEX triplet: 18, 29 and 5A. RGB value is (24,41,90). Sum of RGB (Red+Green+Blue) = 24+41+90=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #18295A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18295A is #E7D6A5. Grayscale: #292929. Windows color (decimal): -15193766 or 5908760. OLE color: 5908760.

HSL color Cylindrical-coordinate representation of color #18295A: hue angle of 224.55º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18295A is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 41 90 -
CMYK 0.73 0.54 0 0.65
HSL 224.55º 0.58% 0.22% -
HSV(B) 224.55º 0.73% 0.35% -
XYZ 3.02 2.52 10 -
YUV 41.5 155.37 115.52 -
System Red Green Blue C M Y K H S L
Decimal 24 41 90 0.73 0.54 0 0.65 224.55 0.58 0.22
Hex 18 29 5A 49 36 0 41 E1 3A 16
Octal 30 51 132 111 66 0 101 341 72 26
Binary 11000 101001 1011010 1001001 110110 0 1000001 11100001 111010 10110

Color Harmonies of #18295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18295A

Black with #18295A

Text Example


Text Example

White with #18295A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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