#183375

Color #183375 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #183375

Tints of Sapphire #183375

Color information

#183375 (or 0x183375) is unknown color: approx Sapphire. HEX triplet: 18, 33 and 75. RGB value is (24,51,117). Sum of RGB (Red+Green+Blue) = 24+51+117=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 117 (46.09% from 255 or 60.94% from 192); Max value from RGB is 117 - color contains mainly: blue. Hex color #183375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183375 is #E7CC8A. Grayscale: #323232. Windows color (decimal): -15191179 or 7680792. OLE color: 7680792.

HSL color Cylindrical-coordinate representation of color #183375: hue angle of 222.58º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #183375 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2451117-
CMYK0.790.5600.54
HSL222.58º65.96%27.65%-
HSV(B)222.58º79.49%45.88%-
XYZ4.773.8517.32-
YUV50.45165.55109.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.5%
GREEN value IS 51 (20.31% from 255) = 26.56%
BLUE value IS 117 (46.09% from 255) = 60.94%
R=12.5%
G=26.56%
B=60.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24511170.790.5600.54222.5865.9627.65
Hex1833754F38036df421c
Octal30631651177006633710234
Binary1100011001111101011001111111000011011011011111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183375; }

 p { color: rgb(24,51,117); }

 H1.HeaderClassName
 {
   color: #183375;
 }
 .AnyTagClassName
 {
   color: #183375;
 }
</style>
background-color css

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

 a { background-color: rgb(24,51,117); }

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

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

 span { border-color: rgb(24,51,117); }

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