#2D0C9D

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

Shades of Ultramarine #2D0C9D

Tints of Ultramarine #2D0C9D

Color information

#2D0C9D (or 0x2D0C9D) is unknown color: approx Ultramarine. HEX triplet: 2D, 0C and 9D. RGB value is (45,12,157). Sum of RGB (Red+Green+Blue) = 45+12+157=214 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.03% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 157 (61.72% from 255 or 73.36% from 214); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D0C9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0C9D is #D2F362. Grayscale: #252525. Windows color (decimal): -13824867 or 10292269. OLE color: 10292269.

HSL color Cylindrical-coordinate representation of color #2D0C9D: hue angle of 253.66º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D0C9D is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4512157-
CMYK0.710.9200.38
HSL253.66º85.8%33.14%-
HSV(B)253.66º92.36%61.57%-
XYZ7.33.2632.14-
YUV38.4194.93132.71-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.03%
GREEN value IS 12 (5.08% from 255) = 5.61%
BLUE value IS 157 (61.72% from 255) = 73.36%
R=21.03%
G=5.61%
B=73.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal45121570.710.9200.38253.6685.833.14
Hex2DC9D475C026fe5621
Octal551423510713404637612641
Binary101101110010011101100011110111000100110111111101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D0C9D; }

 p { color: rgb(45,12,157); }

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

<style>
 a { background-color: #2D0C9D; }

 a { background-color: rgb(45,12,157); }

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

<style>
 span { border-color: #2D0C9D; }

 span { border-color: rgb(45,12,157); }

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