Html Css Color HEX #18265B Sapphire

📋 copy color: '#18265B'

red 24 ◦ green 38 ◦ blue 91

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

Shades of Sapphire #18265B

Tints of Sapphire #18265B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 59.48%

R = 15.69%
G = 24.84%
B = 59.48%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18265B (or 0x18265B) is known color: Sapphire. HEX triplet: 18, 26 and 5B. RGB value is (24,38,91). Sum of RGB (Red+Green+Blue) = 24+38+91=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 91 (35.94% from 255 or 59.48% from 153); Max value from RGB is 91 - color contains mainly: blue. Hex color #18265B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18265B is #E7D9A4. Grayscale: #272727. Windows color (decimal): -15194533 or 5973528. OLE color: 5973528.

HSL color Cylindrical-coordinate representation of color #18265B: hue angle of 227.46º degrees, saturation: 0.58, 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 #18265B is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 38 91 -
CMYK 0.74 0.58 0 0.64
HSL 227.46º 0.58% 0.23% -
HSV(B) 227.46º 0.74% 0.36% -
XYZ 2.96 2.34 10.19 -
YUV 39.86 156.86 116.69 -
System Red Green Blue C M Y K H S L
Decimal 24 38 91 0.74 0.58 0 0.64 227.46 0.58 0.23
Hex 18 26 5B 4A 3A 0 40 E3 3A 17
Octal 30 46 133 112 72 0 100 343 72 27
Binary 11000 100110 1011011 1001010 111010 0 1000000 11100011 111010 10111

Color Harmonies of #18265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18265B

Black with #18265B

Text Example


Text Example

White with #18265B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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