Html Css Color HEX #183163 Sapphire

📋 copy color: '#183163'

red 24 ◦ green 49 ◦ blue 99

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

Shades of Sapphire #183163

Tints of Sapphire #183163

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.49%

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

R = 13.95%
G = 28.49%
B = 57.56%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#183163 (or 0x183163) is known color: Sapphire. HEX triplet: 18, 31 and 63. RGB value is (24,49,99). Sum of RGB (Red+Green+Blue) = 24+49+99=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 99 (39.06% from 255 or 57.56% from 172); Max value from RGB is 99 - color contains mainly: blue. Hex color #183163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183163 is #E7CE9C. Grayscale: #2F2F2F. Windows color (decimal): -15191709 or 6500632. OLE color: 6500632.

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

Color convert

RGB 24 49 99 -
CMYK 0.76 0.51 0 0.61
HSL 220º 0.61% 0.24% -
HSV(B) 220º 0.76% 0.39% -
XYZ 3.73 3.29 12.24 -
YUV 47.23 157.22 111.43 -
System Red Green Blue C M Y K H S L
Decimal 24 49 99 0.76 0.51 0 0.61 220 0.61 0.24
Hex 18 31 63 4C 33 0 3D DC 3D 18
Octal 30 61 143 114 63 0 75 334 75 30
Binary 11000 110001 1100011 1001100 110011 0 111101 11011100 111101 11000

Color Harmonies of #183163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183163

Black with #183163

Text Example


Text Example

White with #183163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183163; }

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

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

background-color css

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

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

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

border-color css

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

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

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