Html Css Color HEX #182859 Sapphire

📋 copy color: '#182859'

red 24 ◦ green 40 ◦ blue 89

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

Shades of Sapphire #182859

Tints of Sapphire #182859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.14%

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

R = 15.69%
G = 26.14%
B = 58.17%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#182859 (or 0x182859) is known color: Sapphire. HEX triplet: 18, 28 and 59. RGB value is (24,40,89). Sum of RGB (Red+Green+Blue) = 24+40+89=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 89 (35.16% from 255 or 58.17% from 153); Max value from RGB is 89 - color contains mainly: blue. Hex color #182859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182859 is #E7D7A6. Grayscale: #282828. Windows color (decimal): -15194023 or 5842968. OLE color: 5842968.

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

Color convert

RGB 24 40 89 -
CMYK 0.73 0.55 0 0.65
HSL 225.23º 0.58% 0.22% -
HSV(B) 225.23º 0.73% 0.35% -
XYZ 2.94 2.43 9.77 -
YUV 40.8 155.2 116.02 -
System Red Green Blue C M Y K H S L
Decimal 24 40 89 0.73 0.55 0 0.65 225.23 0.58 0.22
Hex 18 28 59 49 37 0 41 E1 3A 16
Octal 30 50 131 111 67 0 101 341 72 26
Binary 11000 101000 1011001 1001001 110111 0 1000001 11100001 111010 10110

Color Harmonies of #182859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182859

Black with #182859

Text Example


Text Example

White with #182859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182859; }

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

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

background-color css

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

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

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

border-color css

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

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

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