#0D069C

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

Shades of Ultramarine #0D069C

Tints of Ultramarine #0D069C

Color information

#0D069C (or 0x0D069C) is unknown color: approx Ultramarine. HEX triplet: 0D, 06 and 9C. RGB value is (13,6,156). Sum of RGB (Red+Green+Blue) = 13+6+156=175 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.43% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 156 (61.33% from 255 or 89.14% from 175); Max value from RGB is 156 - color contains mainly: blue. Hex color #0D069C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D069C is #F2F963. Grayscale: #181818. Windows color (decimal): -15923556 or 10225165. OLE color: 10225165.

HSL color Cylindrical-coordinate representation of color #0D069C: hue angle of 242.8º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D069C is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB136156-
CMYK0.920.9600.39
HSL242.8º92.59%31.76%-
HSV(B)242.8º96.15%61.18%-
XYZ6.232.6231.63-
YUV25.19201.82119.3-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.43%
GREEN value IS 6 (2.73% from 255) = 3.43%
BLUE value IS 156 (61.33% from 255) = 89.14%
R=7.43%
G=3.43%
B=89.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361560.920.9600.39242.892.5931.76
HexD69C5C60027f35d20
Octal15623413414004736313540
Binary110111010011100101110011000000100111111100111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D069C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,6,156); }

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

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

 a { background-color: rgb(13,6,156); }

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

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

 span { border-color: rgb(13,6,156); }

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