#180277

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

Shades of Ultramarine #180277

Tints of Ultramarine #180277

Color information

#180277 (or 0x180277) is unknown color: approx Ultramarine. HEX triplet: 18, 02 and 77. RGB value is (24,2,119). Sum of RGB (Red+Green+Blue) = 24+2+119=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 119 (46.88% from 255 or 82.07% from 145); Max value from RGB is 119 - color contains mainly: blue. Hex color #180277 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180277 is #E7FD88. Grayscale: #151515. Windows color (decimal): -15203721 or 7799320. OLE color: 7799320.

HSL color Cylindrical-coordinate representation of color #180277: hue angle of 251.28º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #180277 is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB242119-
CMYK0.800.9800.53
HSL251.28º96.69%23.73%-
HSV(B)251.28º98.32%46.67%-
XYZ3.731.5717.56-
YUV21.92182.79129.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.55%
GREEN value IS 2 (1.17% from 255) = 1.38%
BLUE value IS 119 (46.88% from 255) = 82.07%
R=16.55%
G=1.38%
B=82.07%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2421190.800.9800.53251.2896.6923.73
Hex182775062035fb6118
Octal30216712014206537314130
Binary1100010111011110100001100010011010111111011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180277; }

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

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

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

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

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

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

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

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