Html Css Color HEX #182B59 Sapphire

📋 copy color: '#182B59'

red 24 ◦ green 43 ◦ blue 89

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

Shades of Sapphire #182B59

Tints of Sapphire #182B59

RGB

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

 GREEN value IS 43 (17.19% from 255) = 27.56%

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

R = 15.38%
G = 27.56%
B = 57.05%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#182B59 (or 0x182B59) is known color: Sapphire. HEX triplet: 18, 2B and 59. RGB value is (24,43,89). Sum of RGB (Red+Green+Blue) = 24+43+89=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 89 (35.16% from 255 or 57.05% from 156); Max value from RGB is 89 - color contains mainly: blue. Hex color #182B59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182B59 is #E7D4A6. Grayscale: #2A2A2A. Windows color (decimal): -15193255 or 5843736. OLE color: 5843736.

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

Color convert

RGB 24 43 89 -
CMYK 0.73 0.52 0 0.65
HSL 222.46º 0.58% 0.22% -
HSV(B) 222.46º 0.73% 0.35% -
XYZ 3.04 2.64 9.8 -
YUV 42.56 154.21 114.76 -
System Red Green Blue C M Y K H S L
Decimal 24 43 89 0.73 0.52 0 0.65 222.46 0.58 0.22
Hex 18 2B 59 49 34 0 41 DE 3A 16
Octal 30 53 131 111 64 0 101 336 72 26
Binary 11000 101011 1011001 1001001 110100 0 1000001 11011110 111010 10110

Color Harmonies of #182B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182B59

Black with #182B59

Text Example


Text Example

White with #182B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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