Html Css Color HEX #182E5D Sapphire

📋 copy color: '#182E5D'

red 24 ◦ green 46 ◦ blue 93

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

Shades of Sapphire #182E5D

Tints of Sapphire #182E5D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 28.22%

 BLUE value IS 93 (36.72% from 255) = 57.06%

R = 14.72%
G = 28.22%
B = 57.06%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#182E5D (or 0x182E5D) is known color: Sapphire. HEX triplet: 18, 2E and 5D. RGB value is (24,46,93). Sum of RGB (Red+Green+Blue) = 24+46+93=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #182E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182E5D is #E7D1A2. Grayscale: #2C2C2C. Windows color (decimal): -15192483 or 6106648. OLE color: 6106648.

HSL color Cylindrical-coordinate representation of color #182E5D: hue angle of 220.87º degrees, saturation: 0.59, 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 #182E5D is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 46 93 -
CMYK 0.74 0.51 0 0.64
HSL 220.87º 0.59% 0.23% -
HSV(B) 220.87º 0.74% 0.36% -
XYZ 3.33 2.94 10.75 -
YUV 44.78 155.21 113.18 -
System Red Green Blue C M Y K H S L
Decimal 24 46 93 0.74 0.51 0 0.64 220.87 0.59 0.23
Hex 18 2E 5D 4A 33 0 40 DD 3B 17
Octal 30 56 135 112 63 0 100 335 73 27
Binary 11000 101110 1011101 1001010 110011 0 1000000 11011101 111011 10111

Color Harmonies of #182E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182E5D

Black with #182E5D

Text Example


Text Example

White with #182E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,46,93); }

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

background-color css

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

 a { background-color: rgb(24,46,93); }

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

border-color css

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

 span { border-color: rgb(24,46,93); }

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