#1D2290

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

Shades of Ultramarine #1D2290

Tints of Ultramarine #1D2290

Color information

#1D2290 (or 0x1D2290) is unknown color: approx Ultramarine. HEX triplet: 1D, 22 and 90. RGB value is (29,34,144). Sum of RGB (Red+Green+Blue) = 29+34+144=207 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.01% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 144 (56.64% from 255 or 69.57% from 207); Max value from RGB is 144 - color contains mainly: blue. Hex color #1D2290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2290 is #E2DD6F. Grayscale: #2C2C2C. Windows color (decimal): -14867824 or 9445917. OLE color: 9445917.

HSL color Cylindrical-coordinate representation of color #1D2290: hue angle of 237.39º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D2290 is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2934144-
CMYK0.800.7600.44
HSL237.39º66.47%33.92%-
HSV(B)237.39º79.86%56.47%-
XYZ6.113.4226.72-
YUV45.04183.84116.56-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.01%
GREEN value IS 34 (13.67% from 255) = 16.43%
BLUE value IS 144 (56.64% from 255) = 69.57%
R=14.01%
G=16.43%
B=69.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal29341440.800.7600.44237.3966.4733.92
Hex1D2290504C02Ced4222
Octal354222012011405435510242
Binary1110110001010010000101000010011000101100111011011000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,34,144); }

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

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

 a { background-color: rgb(29,34,144); }

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

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

 span { border-color: rgb(29,34,144); }

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