#140B9C

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

Shades of Ultramarine #140B9C

Tints of Ultramarine #140B9C

Color information

#140B9C (or 0x140B9C) is unknown color: approx Ultramarine. HEX triplet: 14, 0B and 9C. RGB value is (20,11,156). Sum of RGB (Red+Green+Blue) = 20+11+156=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 156 (61.33% from 255 or 83.42% from 187); Max value from RGB is 156 - color contains mainly: blue. Hex color #140B9C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140B9C is #EBF463. Grayscale: #1D1D1D. Windows color (decimal): -15463524 or 10226452. OLE color: 10226452.

HSL color Cylindrical-coordinate representation of color #140B9C: hue angle of 243.72º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140B9C is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2011156-
CMYK0.870.9300.39
HSL243.72º86.83%32.75%-
HSV(B)243.72º92.95%61.18%-
XYZ6.412.7931.65-
YUV30.22198.98120.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.70%
GREEN value IS 11 (4.69% from 255) = 5.88%
BLUE value IS 156 (61.33% from 255) = 83.42%
R=10.70%
G=5.88%
B=83.42%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal20111560.870.9300.39243.7286.8332.75
Hex14B9C575D027f45721
Octal241323412713504736412741
Binary10100101110011100101011110111010100111111101001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140B9C; }

 p { color: rgb(20,11,156); }

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

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

 a { background-color: rgb(20,11,156); }

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

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

 span { border-color: rgb(20,11,156); }

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