Html Css Color HEX #18275B Sapphire

📋 copy color: '#18275B'

red 24 ◦ green 39 ◦ blue 91

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

Shades of Sapphire #18275B

Tints of Sapphire #18275B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25.32%

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

R = 15.58%
G = 25.32%
B = 59.09%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18275B (or 0x18275B) is known color: Sapphire. HEX triplet: 18, 27 and 5B. RGB value is (24,39,91). Sum of RGB (Red+Green+Blue) = 24+39+91=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 91 (35.94% from 255 or 59.09% from 154); Max value from RGB is 91 - color contains mainly: blue. Hex color #18275B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18275B is #E7D8A4. Grayscale: #282828. Windows color (decimal): -15194277 or 5973784. OLE color: 5973784.

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

Color convert

RGB 24 39 91 -
CMYK 0.74 0.57 0 0.64
HSL 226.57º 0.58% 0.23% -
HSV(B) 226.57º 0.74% 0.36% -
XYZ 2.99 2.4 10.2 -
YUV 40.44 156.53 116.27 -
System Red Green Blue C M Y K H S L
Decimal 24 39 91 0.74 0.57 0 0.64 226.57 0.58 0.23
Hex 18 27 5B 4A 39 0 40 E3 3A 17
Octal 30 47 133 112 71 0 100 343 72 27
Binary 11000 100111 1011011 1001010 111001 0 1000000 11100011 111010 10111

Color Harmonies of #18275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18275B

Black with #18275B

Text Example


Text Example

White with #18275B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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