#1D03B3

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

Shades of Ultramarine #1D03B3

Tints of Ultramarine #1D03B3

Color information

#1D03B3 (or 0x1D03B3) is unknown color: approx Ultramarine. HEX triplet: 1D, 03 and B3. RGB value is (29,3,179). Sum of RGB (Red+Green+Blue) = 29+3+179=211 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.74% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 179 (70.31% from 255 or 84.83% from 211); Max value from RGB is 179 - color contains mainly: blue. Hex color #1D03B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D03B3 is #E2FC4C. Grayscale: #1E1E1E. Windows color (decimal): -14875725 or 11731741. OLE color: 11731741.

HSL color Cylindrical-coordinate representation of color #1D03B3: hue angle of 248.86º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D03B3 is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB293179-
CMYK0.840.9800.30
HSL248.86º96.7%35.69%-
HSV(B)248.86º98.32%70.2%-
XYZ8.683.5842.88-
YUV30.84211.61126.69-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.74%
GREEN value IS 3 (1.56% from 255) = 1.42%
BLUE value IS 179 (70.31% from 255) = 84.83%
R=13.74%
G=1.42%
B=84.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal2931790.840.9800.30248.8696.735.69
Hex1D3B3546201Ef96124
Octal35326312414203637114144
Binary11101111011001110101001100010011110111110011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D03B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,3,179); }

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

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

 a { background-color: rgb(29,3,179); }

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

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

 span { border-color: rgb(29,3,179); }

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