#140c9f

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

Shades of Ultramarine #140C9F

Tints of Ultramarine #140C9F

Color information

#140C9F (or 0x140C9F) is unknown color: approx Ultramarine. HEX triplet: 14, 0C and 9F. RGB value is (20,12,159). Sum of RGB (Red+Green+Blue) = 20+12+159=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 12 (5.08% from 255 or 6.28% from 191); Blue value is 159 (62.5% from 255 or 83.25% from 191); Max value from RGB is 159 - color contains mainly: blue. Hex color #140C9F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140C9F is #EBF360. Grayscale: #1E1E1E. Windows color (decimal): -15463265 or 10423316. OLE color: 10423316.

HSL color Cylindrical-coordinate representation of color #140C9F: hue angle of 243.27º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #140C9F is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2012159-
CMYK0.870.9200.38
HSL243.27º85.96%33.53%-
HSV(B)243.27º92.45%62.35%-
XYZ6.682.9133.01-
YUV31.15200.15120.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.47%
GREEN value IS 12 (5.08% from 255) = 6.28%
BLUE value IS 159 (62.5% from 255) = 83.25%
R=10.47%
G=6.28%
B=83.25%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20121590.870.9200.38243.2785.9633.53
Hex14C9F575C026f35622
Octal241423712713404636312642
Binary10100110010011111101011110111000100110111100111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140c9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,12,159); }

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

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

 a { background-color: rgb(20,12,159); }

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

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

 span { border-color: rgb(20,12,159); }

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