Html Css Color HEX #183063 Sapphire

📋 copy color: '#183063'

red 24 ◦ green 48 ◦ blue 99

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

Shades of Sapphire #183063

Tints of Sapphire #183063

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.07%

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

R = 14.04%
G = 28.07%
B = 57.89%

CMYK

 C value IS 0.76

 M value IS 0.52

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#183063 (or 0x183063) is known color: Sapphire. HEX triplet: 18, 30 and 63. RGB value is (24,48,99). Sum of RGB (Red+Green+Blue) = 24+48+99=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 99 (39.06% from 255 or 57.89% from 171); Max value from RGB is 99 - color contains mainly: blue. Hex color #183063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183063 is #E7CF9C. Grayscale: #2E2E2E. Windows color (decimal): -15191965 or 6500376. OLE color: 6500376.

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

Color convert

RGB 24 48 99 -
CMYK 0.76 0.52 0 0.61
HSL 220.8º 0.61% 0.24% -
HSV(B) 220.8º 0.76% 0.39% -
XYZ 3.69 3.21 12.23 -
YUV 46.64 157.55 111.85 -
System Red Green Blue C M Y K H S L
Decimal 24 48 99 0.76 0.52 0 0.61 220.8 0.61 0.24
Hex 18 30 63 4C 34 0 3D DD 3D 18
Octal 30 60 143 114 64 0 75 335 75 30
Binary 11000 110000 1100011 1001100 110100 0 111101 11011101 111101 11000

Color Harmonies of #183063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183063

Black with #183063

Text Example


Text Example

White with #183063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183063; }

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

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

background-color css

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

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

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

border-color css

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

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

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