Html Css Color HEX #182959 Sapphire

📋 copy color: '#182959'

red 24 ◦ green 41 ◦ blue 89

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

Shades of Sapphire #182959

Tints of Sapphire #182959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.62%

 BLUE value IS 89 (35.16% from 255) = 57.79%

R = 15.58%
G = 26.62%
B = 57.79%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#182959 (or 0x182959) is known color: Sapphire. HEX triplet: 18, 29 and 59. RGB value is (24,41,89). Sum of RGB (Red+Green+Blue) = 24+41+89=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #182959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182959 is #E7D6A6. Grayscale: #292929. Windows color (decimal): -15193767 or 5843224. OLE color: 5843224.

HSL color Cylindrical-coordinate representation of color #182959: hue angle of 224.31º 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 #182959 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 41 89 -
CMYK 0.73 0.54 0 0.65
HSL 224.31º 0.58% 0.22% -
HSV(B) 224.31º 0.73% 0.35% -
XYZ 2.97 2.5 9.78 -
YUV 41.39 154.87 115.6 -
System Red Green Blue C M Y K H S L
Decimal 24 41 89 0.73 0.54 0 0.65 224.31 0.58 0.22
Hex 18 29 59 49 36 0 41 E0 3A 16
Octal 30 51 131 111 66 0 101 340 72 26
Binary 11000 101001 1011001 1001001 110110 0 1000001 11100000 111010 10110

Color Harmonies of #182959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182959

Black with #182959

Text Example


Text Example

White with #182959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182959; }

 p { color: rgb(24,41,89); }

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

background-color css

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

 a { background-color: rgb(24,41,89); }

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

border-color css

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

 span { border-color: rgb(24,41,89); }

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