#1D2195

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

Shades of Ultramarine #1D2195

Tints of Ultramarine #1D2195

Color information

#1D2195 (or 0x1D2195) is unknown color: approx Ultramarine. HEX triplet: 1D, 21 and 95. RGB value is (29,33,149). Sum of RGB (Red+Green+Blue) = 29+33+149=211 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.74% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 149 (58.59% from 255 or 70.62% from 211); Max value from RGB is 149 - color contains mainly: blue. Hex color #1D2195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2195 is #E2DE6A. Grayscale: #2C2C2C. Windows color (decimal): -14868075 or 9773341. OLE color: 9773341.

HSL color Cylindrical-coordinate representation of color #1D2195: hue angle of 238º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D2195 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2933149-
CMYK0.810.7800.42
HSL238º67.42%34.9%-
HSV(B)238º80.54%58.43%-
XYZ6.483.5228.77-
YUV45.03186.67116.57-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.74%
GREEN value IS 33 (13.28% from 255) = 15.64%
BLUE value IS 149 (58.59% from 255) = 70.62%
R=13.74%
G=15.64%
B=70.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal29331490.810.7800.4223867.4234.9
Hex1D2195514E02Aee4323
Octal354122512111605235610343
Binary1110110000110010101101000110011100101010111011101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,33,149); }

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

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

 a { background-color: rgb(29,33,149); }

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

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

 span { border-color: rgb(29,33,149); }

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