#0C1295

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

Shades of Ultramarine #0C1295

Tints of Ultramarine #0C1295

Color information

#0C1295 (or 0x0C1295) is unknown color: approx Ultramarine. HEX triplet: 0C, 12 and 95. RGB value is (12,18,149). Sum of RGB (Red+Green+Blue) = 12+18+149=179 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.70% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 149 (58.59% from 255 or 83.24% from 179); Max value from RGB is 149 - color contains mainly: blue. Hex color #0C1295 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C1295 is #F3ED6A. Grayscale: #1E1E1E. Windows color (decimal): -15986027 or 9769484. OLE color: 9769484.

HSL color Cylindrical-coordinate representation of color #0C1295: hue angle of 237.37º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C1295 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1218149-
CMYK0.920.8800.42
HSL237.37º85.09%31.57%-
HSV(B)237.37º91.95%58.43%-
XYZ5.792.6828.65-
YUV31.14194.51114.35-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.70%
GREEN value IS 18 (7.42% from 255) = 10.06%
BLUE value IS 149 (58.59% from 255) = 83.24%
R=6.70%
G=10.06%
B=83.24%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12181490.920.8800.42237.3785.0931.57
HexC12955C5802Aed5520
Octal142222513413005235512540
Binary11001001010010101101110010110000101010111011011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C1295; }

 p { color: rgb(12,18,149); }

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

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

 a { background-color: rgb(12,18,149); }

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

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

 span { border-color: rgb(12,18,149); }

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