#18347B

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

Shades of Sapphire #18347B

Tints of Sapphire #18347B

Color information

#18347B (or 0x18347B) is unknown color: approx Sapphire. HEX triplet: 18, 34 and 7B. RGB value is (24,52,123). Sum of RGB (Red+Green+Blue) = 24+52+123=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 123 (48.44% from 255 or 61.81% from 199); Max value from RGB is 123 - color contains mainly: blue. Hex color #18347B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18347B is #E7CB84. Grayscale: #333333. Windows color (decimal): -15190917 or 8074264. OLE color: 8074264.

HSL color Cylindrical-coordinate representation of color #18347B: hue angle of 223.03º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18347B is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2452123-
CMYK0.800.5800.52
HSL223.03º67.35%28.82%-
HSV(B)223.03º80.49%48.24%-
XYZ5.184.0819.25-
YUV51.72168.22108.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.06%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 123 (48.44% from 255) = 61.81%
R=12.06%
G=26.13%
B=61.81%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal24521230.800.5800.52223.0367.3528.82
Hex18347B503A034df431d
Octal30641731207206433710335
Binary1100011010011110111010000111010011010011011111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18347B; }

 p { color: rgb(24,52,123); }

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

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

 a { background-color: rgb(24,52,123); }

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

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

 span { border-color: rgb(24,52,123); }

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