#180297

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

Shades of Ultramarine #180297

Tints of Ultramarine #180297

Color information

#180297 (or 0x180297) is unknown color: approx Ultramarine. HEX triplet: 18, 02 and 97. RGB value is (24,2,151). Sum of RGB (Red+Green+Blue) = 24+2+151=177 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.56% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 151 (59.38% from 255 or 85.31% from 177); Max value from RGB is 151 - color contains mainly: blue. Hex color #180297 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180297 is #E7FD68. Grayscale: #181818. Windows color (decimal): -15203689 or 9896472. OLE color: 9896472.

HSL color Cylindrical-coordinate representation of color #180297: hue angle of 248.86º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #180297 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB242151-
CMYK0.840.9900.41
HSL248.86º97.39%30%-
HSV(B)248.86º98.68%59.22%-
XYZ5.982.4729.44-
YUV25.56198.79126.88-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.56%
GREEN value IS 2 (1.17% from 255) = 1.13%
BLUE value IS 151 (59.38% from 255) = 85.31%
R=13.56%
G=1.13%
B=85.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2421510.840.9900.41248.8697.3930
Hex182975463029f9611e
Octal30222712414305137114136
Binary11000101001011110101001100011010100111111001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180297; }

 p { color: rgb(24,2,151); }

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

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

 a { background-color: rgb(24,2,151); }

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

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

 span { border-color: rgb(24,2,151); }

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