#1D077B

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

Shades of Ultramarine #1D077B

Tints of Ultramarine #1D077B

Color information

#1D077B (or 0x1D077B) is unknown color: approx Ultramarine. HEX triplet: 1D, 07 and 7B. RGB value is (29,7,123). Sum of RGB (Red+Green+Blue) = 29+7+123=159 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.24% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 123 (48.44% from 255 or 77.36% from 159); Max value from RGB is 123 - color contains mainly: blue. Hex color #1D077B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D077B is #E2F884. Grayscale: #1A1A1A. Windows color (decimal): -14874757 or 8062749. OLE color: 8062749.

HSL color Cylindrical-coordinate representation of color #1D077B: hue angle of 251.38º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D077B is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB297123-
CMYK0.760.9400.52
HSL251.38º89.23%25.49%-
HSV(B)251.38º94.31%48.24%-
XYZ4.161.8418.88-
YUV26.8182.29129.57-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.24%
GREEN value IS 7 (3.12% from 255) = 4.40%
BLUE value IS 123 (48.44% from 255) = 77.36%
R=18.24%
G=4.40%
B=77.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2971230.760.9400.52251.3889.2325.49
Hex1D77B4C5E034fb5919
Octal35717311413606437313131
Binary11101111111101110011001011110011010011111011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D077B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,7,123); }

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

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

 a { background-color: rgb(29,7,123); }

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

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

 span { border-color: rgb(29,7,123); }

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