Html Css Color HEX #18245D Sapphire

📋 copy color: '#18245D'

red 24 ◦ green 36 ◦ blue 93

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

Shades of Sapphire #18245D

Tints of Sapphire #18245D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.53%

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

R = 15.69%
G = 23.53%
B = 60.78%

CMYK

 C value IS 0.74

 M value IS 0.61

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18245D (or 0x18245D) is known color: Sapphire. HEX triplet: 18, 24 and 5D. RGB value is (24,36,93). Sum of RGB (Red+Green+Blue) = 24+36+93=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 93 (36.72% from 255 or 60.78% from 153); Max value from RGB is 93 - color contains mainly: blue. Hex color #18245D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18245D is #E7DBA2. Grayscale: #262626. Windows color (decimal): -15195043 or 6104088. OLE color: 6104088.

HSL color Cylindrical-coordinate representation of color #18245D: hue angle of 229.57º 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 #18245D is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 36 93 -
CMYK 0.74 0.61 0 0.64
HSL 229.57º 0.59% 0.23% -
HSV(B) 229.57º 0.74% 0.36% -
XYZ 2.98 2.25 10.63 -
YUV 38.91 158.52 117.37 -
System Red Green Blue C M Y K H S L
Decimal 24 36 93 0.74 0.61 0 0.64 229.57 0.59 0.23
Hex 18 24 5D 4A 3D 0 40 E6 3B 17
Octal 30 44 135 112 75 0 100 346 73 27
Binary 11000 100100 1011101 1001010 111101 0 1000000 11100110 111011 10111

Color Harmonies of #18245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18245D

Black with #18245D

Text Example


Text Example

White with #18245D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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