Html Css Color HEX #18225E Sapphire

📋 copy color: '#18225E'

red 24 ◦ green 34 ◦ blue 94

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

Shades of Sapphire #18225E

Tints of Sapphire #18225E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 61.84%

R = 15.79%
G = 22.37%
B = 61.84%

CMYK

 C value IS 0.74

 M value IS 0.64

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#18225E (or 0x18225E) is known color: Sapphire. HEX triplet: 18, 22 and 5E. RGB value is (24,34,94). Sum of RGB (Red+Green+Blue) = 24+34+94=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 94 (37.11% from 255 or 61.84% from 152); Max value from RGB is 94 - color contains mainly: blue. Hex color #18225E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18225E is #E7DDA1. Grayscale: #252525. Windows color (decimal): -15195554 or 6169112. OLE color: 6169112.

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

Color convert

RGB 24 34 94 -
CMYK 0.74 0.64 0 0.63
HSL 231.43º 0.59% 0.23% -
HSV(B) 231.43º 0.74% 0.37% -
XYZ 2.97 2.15 10.85 -
YUV 37.85 159.69 118.12 -
System Red Green Blue C M Y K H S L
Decimal 24 34 94 0.74 0.64 0 0.63 231.43 0.59 0.23
Hex 18 22 5E 4A 40 0 3F E7 3B 17
Octal 30 42 136 112 100 0 77 347 73 27
Binary 11000 100010 1011110 1001010 1000000 0 111111 11100111 111011 10111

Color Harmonies of #18225E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18225E

Black with #18225E

Text Example


Text Example

White with #18225E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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