Html Css Color HEX #1D049A Ultramarine

📋 copy color: '#1D049A'

red 29 ◦ green 4 ◦ blue 154

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

Shades of Ultramarine #1D049A

Tints of Ultramarine #1D049A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 82.35%

R = 15.51%
G = 2.14%
B = 82.35%

CMYK

 C value IS 0.81

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1D049A (or 0x1D049A) is known color: Ultramarine. HEX triplet: 1D, 04 and 9A. RGB value is (29,4,154). Sum of RGB (Red+Green+Blue) = 29+4+154=187 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.51% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 154 (60.55% from 255 or 82.35% from 187); Max value from RGB is 154 - color contains mainly: blue. Hex color #1D049A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D049A is #E2FB65. Grayscale: #1C1C1C. Windows color (decimal): -14875494 or 10093597. OLE color: 10093597.

HSL color Cylindrical-coordinate representation of color #1D049A: hue angle of 250º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D049A is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 29 4 154 -
CMYK 0.81 0.97 0 0.40
HSL 250º 0.95% 0.31% -
HSV(B) 250º 0.97% 0.6% -
XYZ 6.38 2.68 30.75 -
YUV 28.58 198.78 128.3 -
System Red Green Blue C M Y K H S L
Decimal 29 4 154 0.81 0.97 0 0.40 250 0.95 0.31
Hex 1D 4 9A 51 61 0 28 FA 5F 1F
Octal 35 4 232 121 141 0 50 372 137 37
Binary 11101 100 10011010 1010001 1100001 0 101000 11111010 1011111 11111

Color Harmonies of #1D049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D049A

Black with #1D049A

Text Example


Text Example

White with #1D049A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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