Html Css Color HEX #18285D Sapphire

📋 copy color: '#18285D'

red 24 ◦ green 40 ◦ blue 93

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

Shades of Sapphire #18285D

Tints of Sapphire #18285D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.48%

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

R = 15.29%
G = 25.48%
B = 59.24%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18285D (or 0x18285D) is known color: Sapphire. HEX triplet: 18, 28 and 5D. RGB value is (24,40,93). Sum of RGB (Red+Green+Blue) = 24+40+93=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 93 (36.72% from 255 or 59.24% from 157); Max value from RGB is 93 - color contains mainly: blue. Hex color #18285D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18285D is #E7D7A2. Grayscale: #292929. Windows color (decimal): -15194019 or 6105112. OLE color: 6105112.

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

Color convert

RGB 24 40 93 -
CMYK 0.74 0.57 0 0.64
HSL 226.09º 0.59% 0.23% -
HSV(B) 226.09º 0.74% 0.36% -
XYZ 3.11 2.5 10.67 -
YUV 41.26 157.2 115.69 -
System Red Green Blue C M Y K H S L
Decimal 24 40 93 0.74 0.57 0 0.64 226.09 0.59 0.23
Hex 18 28 5D 4A 39 0 40 E2 3B 17
Octal 30 50 135 112 71 0 100 342 73 27
Binary 11000 101000 1011101 1001010 111001 0 1000000 11100010 111011 10111

Color Harmonies of #18285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18285D

Black with #18285D

Text Example


Text Example

White with #18285D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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