#0C188A

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

Shades of Ultramarine #0C188A

Tints of Ultramarine #0C188A

Color information

#0C188A (or 0x0C188A) is unknown color: approx Ultramarine. HEX triplet: 0C, 18 and 8A. RGB value is (12,24,138). Sum of RGB (Red+Green+Blue) = 12+24+138=174 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.90% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 138 (54.30% from 255 or 79.31% from 174); Max value from RGB is 138 - color contains mainly: blue. Hex color #0C188A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C188A is #F3E775. Grayscale: #202020. Windows color (decimal): -15984502 or 9050124. OLE color: 9050124.

HSL color Cylindrical-coordinate representation of color #0C188A: hue angle of 234.29º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C188A is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1224138-
CMYK0.910.8300.46
HSL234.29º84%29.41%-
HSV(B)234.29º91.3%54.12%-
XYZ5.072.5724.27-
YUV33.41187.02112.73-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.90%
GREEN value IS 24 (9.77% from 255) = 13.79%
BLUE value IS 138 (54.30% from 255) = 79.31%
R=6.90%
G=13.79%
B=79.31%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12241380.910.8300.46234.298429.41
HexC188A5B5302Eea541d
Octal143021213312305635212435
Binary1100110001000101010110111010011010111011101010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,24,138); }

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

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

 a { background-color: rgb(12,24,138); }

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

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

 span { border-color: rgb(12,24,138); }

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