Html Css Color HEX #1D009A Ultramarine

📋 copy color: '#1D009A'

red 29 ◦ green 0 ◦ blue 154

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

Shades of Ultramarine #1D009A

Tints of Ultramarine #1D009A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 15.85%
G = 0%
B = 84.15%

CMYK

 C value IS 0.81

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1D009A (or 0x1D009A) is known color: Ultramarine. HEX triplet: 1D, 00 and 9A. RGB value is (29,0,154). Sum of RGB (Red+Green+Blue) = 29+0+154=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 154 (60.55% from 255 or 84.15% from 183); Max value from RGB is 154 - color contains mainly: blue. Hex color #1D009A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D009A is #E2FF65. Grayscale: #191919. Windows color (decimal): -14876518 or 10092573. OLE color: 10092573.

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

Color convert

RGB 29 0 154 -
CMYK 0.81 1 0 0.40
HSL 251.3º 1% 0.3% -
HSV(B) 251.3º 1% 0.6% -
XYZ 6.34 2.59 30.74 -
YUV 26.23 200.11 129.98 -
System Red Green Blue C M Y K H S L
Decimal 29 0 154 0.81 1 0 0.40 251.3 1 0.3
Hex 1D 0 9A 51 64 0 28 FB 64 1E
Octal 35 0 232 121 144 0 50 373 144 36
Binary 11101 0 10011010 1010001 1100100 0 101000 11111011 1100100 11110

Color Harmonies of #1D009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D009A

Black with #1D009A

Text Example


Text Example

White with #1D009A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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