#1D0BAF

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

Shades of Ultramarine #1D0BAF

Tints of Ultramarine #1D0BAF

Color information

#1D0BAF (or 0x1D0BAF) is unknown color: approx Ultramarine. HEX triplet: 1D, 0B and AF. RGB value is (29,11,175). Sum of RGB (Red+Green+Blue) = 29+11+175=215 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.49% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 175 (68.75% from 255 or 81.40% from 215); Max value from RGB is 175 - color contains mainly: blue. Hex color #1D0BAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0BAF is #E2F450. Grayscale: #222222. Windows color (decimal): -14873681 or 11471645. OLE color: 11471645.

HSL color Cylindrical-coordinate representation of color #1D0BAF: hue angle of 246.59º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D0BAF is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2911175-
CMYK0.830.9400.31
HSL246.59º88.17%36.47%-
HSV(B)246.59º93.71%68.63%-
XYZ8.363.640.81-
YUV35.08206.96123.66-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.49%
GREEN value IS 11 (4.69% from 255) = 5.12%
BLUE value IS 175 (68.75% from 255) = 81.40%
R=13.49%
G=5.12%
B=81.40%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal29111750.830.9400.31246.5988.1736.47
Hex1DBAF535E01Ff75824
Octal351325712313603736713044
Binary1110110111010111110100111011110011111111101111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,11,175); }

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

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

 a { background-color: rgb(29,11,175); }

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

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

 span { border-color: rgb(29,11,175); }

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