#18306A

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

Shades of Sapphire #18306A

Tints of Sapphire #18306A

Color information

#18306A (or 0x18306A) is unknown color: approx Sapphire. HEX triplet: 18, 30 and 6A. RGB value is (24,48,106). Sum of RGB (Red+Green+Blue) = 24+48+106=178 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.48% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 106 (41.80% from 255 or 59.55% from 178); Max value from RGB is 106 - color contains mainly: blue. Hex color #18306A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18306A is #E7CF95. Grayscale: #2F2F2F. Windows color (decimal): -15191958 or 6959128. OLE color: 6959128.

HSL color Cylindrical-coordinate representation of color #18306A: hue angle of 222.44º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18306A is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2448106-
CMYK0.770.5500.58
HSL222.44º63.08%25.49%-
HSV(B)222.44º77.36%41.57%-
XYZ4.043.3514.07-
YUV47.44161.05111.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.48%
GREEN value IS 48 (19.14% from 255) = 26.97%
BLUE value IS 106 (41.80% from 255) = 59.55%
R=13.48%
G=26.97%
B=59.55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24481060.770.5500.58222.4463.0825.49
Hex18306A4D3703Ade3f19
Octal3060152115670723367731
Binary110001100001101010100110111011101110101101111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18306A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18306A; }

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

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

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

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

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

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

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

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