Html Css Color HEX #182E63 Sapphire

📋 copy color: '#182E63'

red 24 ◦ green 46 ◦ blue 99

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

Shades of Sapphire #182E63

Tints of Sapphire #182E63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 58.58%

R = 14.2%
G = 27.22%
B = 58.58%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#182E63 (or 0x182E63) is known color: Sapphire. HEX triplet: 18, 2E and 63. RGB value is (24,46,99). Sum of RGB (Red+Green+Blue) = 24+46+99=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 99 (39.06% from 255 or 58.58% from 169); Max value from RGB is 99 - color contains mainly: blue. Hex color #182E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182E63 is #E7D19C. Grayscale: #2D2D2D. Windows color (decimal): -15192477 or 6499864. OLE color: 6499864.

HSL color Cylindrical-coordinate representation of color #182E63: hue angle of 222.4º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #182E63 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 24 46 99 -
CMYK 0.76 0.54 0 0.61
HSL 222.4º 0.61% 0.24% -
HSV(B) 222.4º 0.76% 0.39% -
XYZ 3.61 3.05 12.2 -
YUV 45.46 158.21 112.69 -
System Red Green Blue C M Y K H S L
Decimal 24 46 99 0.76 0.54 0 0.61 222.4 0.61 0.24
Hex 18 2E 63 4C 36 0 3D DE 3D 18
Octal 30 56 143 114 66 0 75 336 75 30
Binary 11000 101110 1100011 1001100 110110 0 111101 11011110 111101 11000

Color Harmonies of #182E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182E63

Black with #182E63

Text Example


Text Example

White with #182E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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