Html Css Color HEX #18225C Sapphire

📋 copy color: '#18225C'

red 24 ◦ green 34 ◦ blue 92

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

Shades of Sapphire #18225C

Tints of Sapphire #18225C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 61.33%

R = 16%
G = 22.67%
B = 61.33%

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

#18225C (or 0x18225C) is known color: Sapphire. HEX triplet: 18, 22 and 5C. RGB value is (24,34,92). Sum of RGB (Red+Green+Blue) = 24+34+92=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 92 (36.33% from 255 or 61.33% from 150); Max value from RGB is 92 - color contains mainly: blue. Hex color #18225C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18225C is #E7DDA3. Grayscale: #252525. Windows color (decimal): -15195556 or 6038040. OLE color: 6038040.

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

Color convert

RGB 24 34 92 -
CMYK 0.74 0.63 0 0.64
HSL 231.18º 0.59% 0.23% -
HSV(B) 231.18º 0.74% 0.36% -
XYZ 2.88 2.11 10.38 -
YUV 37.62 158.69 118.28 -
System Red Green Blue C M Y K H S L
Decimal 24 34 92 0.74 0.63 0 0.64 231.18 0.59 0.23
Hex 18 22 5C 4A 3F 0 40 E7 3B 17
Octal 30 42 134 112 77 0 100 347 73 27
Binary 11000 100010 1011100 1001010 111111 0 1000000 11100111 111011 10111

Color Harmonies of #18225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18225C

Black with #18225C

Text Example


Text Example

White with #18225C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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