Html Css Color HEX #18235B Sapphire

📋 copy color: '#18235B'

red 24 ◦ green 35 ◦ blue 91

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

Shades of Sapphire #18235B

Tints of Sapphire #18235B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.33%

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

R = 16%
G = 23.33%
B = 60.67%

CMYK

 C value IS 0.74

 M value IS 0.62

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18235B (or 0x18235B) is known color: Sapphire. HEX triplet: 18, 23 and 5B. RGB value is (24,35,91). Sum of RGB (Red+Green+Blue) = 24+35+91=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 91 (35.94% from 255 or 60.67% from 150); Max value from RGB is 91 - color contains mainly: blue. Hex color #18235B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18235B is #E7DCA4. Grayscale: #252525. Windows color (decimal): -15195301 or 5972760. OLE color: 5972760.

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

Color convert

RGB 24 35 91 -
CMYK 0.74 0.62 0 0.64
HSL 230.15º 0.58% 0.23% -
HSV(B) 230.15º 0.74% 0.36% -
XYZ 2.87 2.15 10.16 -
YUV 38.1 157.86 117.95 -
System Red Green Blue C M Y K H S L
Decimal 24 35 91 0.74 0.62 0 0.64 230.15 0.58 0.23
Hex 18 23 5B 4A 3E 0 40 E6 3A 17
Octal 30 43 133 112 76 0 100 346 72 27
Binary 11000 100011 1011011 1001010 111110 0 1000000 11100110 111010 10111

Color Harmonies of #18235B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18235B

Black with #18235B

Text Example


Text Example

White with #18235B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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