#1D0CA2

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

Shades of Ultramarine #1D0CA2

Tints of Ultramarine #1D0CA2

Color information

#1D0CA2 (or 0x1D0CA2) is unknown color: approx Ultramarine. HEX triplet: 1D, 0C and A2. RGB value is (29,12,162). Sum of RGB (Red+Green+Blue) = 29+12+162=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 162 (63.67% from 255 or 79.80% from 203); Max value from RGB is 162 - color contains mainly: blue. Hex color #1D0CA2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0CA2 is #E2F35D. Grayscale: #212121. Windows color (decimal): -14873438 or 10619933. OLE color: 10619933.

HSL color Cylindrical-coordinate representation of color #1D0CA2: hue angle of 246.8º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D0CA2 is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2912162-
CMYK0.820.9300.36
HSL246.8º86.21%34.12%-
HSV(B)246.8º92.59%63.53%-
XYZ7.163.1334.41-
YUV34.18200.13124.3-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.29%
GREEN value IS 12 (5.08% from 255) = 5.91%
BLUE value IS 162 (63.67% from 255) = 79.80%
R=14.29%
G=5.91%
B=79.80%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal29121620.820.9300.36246.886.2134.12
Hex1DCA2525D024f75622
Octal351424212213504436712642
Binary11101110010100010101001010111010100100111101111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D0CA2; }

 p { color: rgb(29,12,162); }

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

<style>
 a { background-color: #1D0CA2; }

 a { background-color: rgb(29,12,162); }

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

<style>
 span { border-color: #1D0CA2; }

 span { border-color: rgb(29,12,162); }

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