#0C1E93

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

Shades of Ultramarine #0C1E93

Tints of Ultramarine #0C1E93

Color information

#0C1E93 (or 0x0C1E93) is unknown color: approx Ultramarine. HEX triplet: 0C, 1E and 93. RGB value is (12,30,147). Sum of RGB (Red+Green+Blue) = 12+30+147=189 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.35% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 147 (57.81% from 255 or 77.78% from 189); Max value from RGB is 147 - color contains mainly: blue. Hex color #0C1E93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C1E93 is #F3E16C. Grayscale: #252525. Windows color (decimal): -15982957 or 9641484. OLE color: 9641484.

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

Color convert

RGB1230147-
CMYK0.920.8000.42
HSL232º84.91%31.18%-
HSV(B)232º91.84%57.65%-
XYZ5.883.1127.89-
YUV37.96189.54109.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.35%
GREEN value IS 30 (12.11% from 255) = 15.87%
BLUE value IS 147 (57.81% from 255) = 77.78%
R=6.35%
G=15.87%
B=77.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12301470.920.8000.4223284.9131.18
HexC1E935C5002Ae8551f
Octal143622313412005235012537
Binary1100111101001001110111001010000010101011101000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,30,147); }

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

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

 a { background-color: rgb(12,30,147); }

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

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

 span { border-color: rgb(12,30,147); }

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