Html Css Color HEX #18225D Sapphire

📋 copy color: '#18225D'

red 24 ◦ green 34 ◦ blue 93

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

Shades of Sapphire #18225D

Tints of Sapphire #18225D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.52%

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

R = 15.89%
G = 22.52%
B = 61.59%

CMYK

 C value IS 0.74

 M value IS 0.63

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18225D (or 0x18225D) is known color: Sapphire. HEX triplet: 18, 22 and 5D. RGB value is (24,34,93). Sum of RGB (Red+Green+Blue) = 24+34+93=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 93 (36.72% from 255 or 61.59% from 151); Max value from RGB is 93 - color contains mainly: blue. Hex color #18225D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18225D is #E7DDA2. Grayscale: #252525. Windows color (decimal): -15195555 or 6103576. OLE color: 6103576.

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

Color convert

RGB 24 34 93 -
CMYK 0.74 0.63 0 0.64
HSL 231.3º 0.59% 0.23% -
HSV(B) 231.3º 0.74% 0.36% -
XYZ 2.92 2.13 10.61 -
YUV 37.74 159.19 118.2 -
System Red Green Blue C M Y K H S L
Decimal 24 34 93 0.74 0.63 0 0.64 231.3 0.59 0.23
Hex 18 22 5D 4A 3F 0 40 E7 3B 17
Octal 30 42 135 112 77 0 100 347 73 27
Binary 11000 100010 1011101 1001010 111111 0 1000000 11100111 111011 10111

Color Harmonies of #18225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18225D

Black with #18225D

Text Example


Text Example

White with #18225D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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