Html Css Color HEX #1D0F80 Ultramarine

📋 copy color: '#1D0F80'

red 29 ◦ green 15 ◦ blue 128

#1D0F80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #1D0F80

Tints of Ultramarine #1D0F80

RGB

 RED value IS 29 (11.72% from 255) = 16.86%

 GREEN value IS 15 (6.25% from 255) = 8.72%

 BLUE value IS 128 (50.39% from 255) = 74.42%

R = 16.86%
G = 8.72%
B = 74.42%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#1D0F80 (or 0x1D0F80) is known color: Ultramarine. HEX triplet: 1D, 0F and 80. RGB value is (29,15,128). Sum of RGB (Red+Green+Blue) = 29+15+128=172 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.86% from 172); Green value is 15 (6.25% from 255 or 8.72% from 172); Blue value is 128 (50.39% from 255 or 74.42% from 172); Max value from RGB is 128 - color contains mainly: blue. Hex color #1D0F80 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0F80 is #E2F07F. Grayscale: #1F1F1F. Windows color (decimal): -14872704 or 8392477. OLE color: 8392477.

HSL color Cylindrical-coordinate representation of color #1D0F80: hue angle of 247.43º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D0F80 is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 29 15 128 -
CMYK 0.77 0.88 0 0.50
HSL 247.43º 0.79% 0.28% -
HSV(B) 247.43º 0.88% 0.5% -
XYZ 4.57 2.16 20.6 -
YUV 32.07 182.14 125.81 -
System Red Green Blue C M Y K H S L
Decimal 29 15 128 0.77 0.88 0 0.50 247.43 0.79 0.28
Hex 1D F 80 4D 58 0 32 F7 4F 1C
Octal 35 17 200 115 130 0 62 367 117 34
Binary 11101 1111 10000000 1001101 1011000 0 110010 11110111 1001111 11100

Color Harmonies of #1D0F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0F80

Black with #1D0F80

Text Example


Text Example

White with #1D0F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,15,128); }

 H1.HeaderClassName
 {
   color: #1D0F80;
 }
 .AnyTagClassName
 {
   color: #1D0F80;
 }
</style>

background-color css

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

 a { background-color: rgb(29,15,128); }

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

border-color css

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

 span { border-color: rgb(29,15,128); }

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