Html Css Color HEX #1D04AB Ultramarine

📋 copy color: '#1D04AB'

red 29 ◦ green 4 ◦ blue 171

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

Shades of Ultramarine #1D04AB

Tints of Ultramarine #1D04AB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.96%

 BLUE value IS 171 (67.19% from 255) = 83.82%

R = 14.22%
G = 1.96%
B = 83.82%

CMYK

 C value IS 0.83

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1D04AB (or 0x1D04AB) is known color: Ultramarine. HEX triplet: 1D, 04 and AB. RGB value is (29,4,171). Sum of RGB (Red+Green+Blue) = 29+4+171=204 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.22% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 171 (67.19% from 255 or 83.82% from 204); Max value from RGB is 171 - color contains mainly: blue. Hex color #1D04AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D04AB is #E2FB54. Grayscale: #1D1D1D. Windows color (decimal): -14875477 or 11207709. OLE color: 11207709.

HSL color Cylindrical-coordinate representation of color #1D04AB: hue angle of 248.98º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D04AB is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 29 4 171 -
CMYK 0.83 0.98 0 0.33
HSL 248.98º 0.95% 0.34% -
HSV(B) 248.98º 0.98% 0.67% -
XYZ 7.9 3.29 38.75 -
YUV 30.51 207.28 126.92 -
System Red Green Blue C M Y K H S L
Decimal 29 4 171 0.83 0.98 0 0.33 248.98 0.95 0.34
Hex 1D 4 AB 53 62 0 21 F9 5F 22
Octal 35 4 253 123 142 0 41 371 137 42
Binary 11101 100 10101011 1010011 1100010 0 100001 11111001 1011111 100010

Color Harmonies of #1D04AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D04AB

Black with #1D04AB

Text Example


Text Example

White with #1D04AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,4,171); }

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

background-color css

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

 a { background-color: rgb(29,4,171); }

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

border-color css

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

 span { border-color: rgb(29,4,171); }

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