#1D068F

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

Shades of Ultramarine #1D068F

Tints of Ultramarine #1D068F

Color information

#1D068F (or 0x1D068F) is unknown color: approx Ultramarine. HEX triplet: 1D, 06 and 8F. RGB value is (29,6,143). Sum of RGB (Red+Green+Blue) = 29+6+143=178 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.29% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 143 (56.25% from 255 or 80.34% from 178); Max value from RGB is 143 - color contains mainly: blue. Hex color #1D068F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D068F is #E2F970. Grayscale: #1B1B1B. Windows color (decimal): -14874993 or 9373213. OLE color: 9373213.

HSL color Cylindrical-coordinate representation of color #1D068F: hue angle of 250.07º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D068F is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB296143-
CMYK0.800.9600.44
HSL250.07º91.95%29.22%-
HSV(B)250.07º95.8%56.08%-
XYZ5.532.3726.15-
YUV28.49192.62128.36-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.29%
GREEN value IS 6 (2.73% from 255) = 3.37%
BLUE value IS 143 (56.25% from 255) = 80.34%
R=16.29%
G=3.37%
B=80.34%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2961430.800.9600.44250.0791.9529.22
Hex1D68F506002Cfa5c1d
Octal35621712014005437213435
Binary111011101000111110100001100000010110011111010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D068F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,6,143); }

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

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

 a { background-color: rgb(29,6,143); }

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

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

 span { border-color: rgb(29,6,143); }

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