Html Css Color HEX #18265A Sapphire

📋 copy color: '#18265A'

red 24 ◦ green 38 ◦ blue 90

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

Shades of Sapphire #18265A

Tints of Sapphire #18265A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25%

 BLUE value IS 90 (35.55% from 255) = 59.21%

R = 15.79%
G = 25%
B = 59.21%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#18265A (or 0x18265A) is known color: Sapphire. HEX triplet: 18, 26 and 5A. RGB value is (24,38,90). Sum of RGB (Red+Green+Blue) = 24+38+90=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #18265A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18265A is #E7D9A5. Grayscale: #272727. Windows color (decimal): -15194534 or 5907992. OLE color: 5907992.

HSL color Cylindrical-coordinate representation of color #18265A: hue angle of 227.27º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18265A is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 38 90 -
CMYK 0.73 0.58 0 0.65
HSL 227.27º 0.58% 0.22% -
HSV(B) 227.27º 0.73% 0.35% -
XYZ 2.92 2.32 9.97 -
YUV 39.74 156.36 116.77 -
System Red Green Blue C M Y K H S L
Decimal 24 38 90 0.73 0.58 0 0.65 227.27 0.58 0.22
Hex 18 26 5A 49 3A 0 41 E3 3A 16
Octal 30 46 132 111 72 0 101 343 72 26
Binary 11000 100110 1011010 1001001 111010 0 1000001 11100011 111010 10110

Color Harmonies of #18265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18265A

Black with #18265A

Text Example


Text Example

White with #18265A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18265A; }

 p { color: rgb(24,38,90); }

 H1.HeaderClassName
 {
   color: #18265A;
 }
 .AnyTagClassName
 {
   color: #18265A;
 }
</style>

background-color css

<style>
 a { background-color: #18265A; }

 a { background-color: rgb(24,38,90); }

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

border-color css

<style>
 span { border-color: #18265A; }

 span { border-color: rgb(24,38,90); }

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