Html Css Color HEX #182463 Sapphire

📋 copy color: '#182463'

red 24 ◦ green 36 ◦ blue 99

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

Shades of Sapphire #182463

Tints of Sapphire #182463

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.64%

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

R = 15.09%
G = 22.64%
B = 62.26%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#182463 (or 0x182463) is known color: Sapphire. HEX triplet: 18, 24 and 63. RGB value is (24,36,99). Sum of RGB (Red+Green+Blue) = 24+36+99=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 99 (39.06% from 255 or 62.26% from 159); Max value from RGB is 99 - color contains mainly: blue. Hex color #182463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182463 is #E7DB9C. Grayscale: #272727. Windows color (decimal): -15195037 or 6497304. OLE color: 6497304.

HSL color Cylindrical-coordinate representation of color #182463: hue angle of 230.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 #182463 is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 24 36 99 -
CMYK 0.76 0.64 0 0.61
HSL 230.4º 0.61% 0.24% -
HSV(B) 230.4º 0.76% 0.39% -
XYZ 3.26 2.36 12.09 -
YUV 39.59 161.52 116.88 -
System Red Green Blue C M Y K H S L
Decimal 24 36 99 0.76 0.64 0 0.61 230.4 0.61 0.24
Hex 18 24 63 4C 40 0 3D E6 3D 18
Octal 30 44 143 114 100 0 75 346 75 30
Binary 11000 100100 1100011 1001100 1000000 0 111101 11100110 111101 11000

Color Harmonies of #182463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182463

Black with #182463

Text Example


Text Example

White with #182463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182463; }

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

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

background-color css

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

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

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

border-color css

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

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

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