Html Css Color HEX #1D009C Ultramarine

📋 copy color: '#1D009C'

red 29 ◦ green 0 ◦ blue 156

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

Shades of Ultramarine #1D009C

Tints of Ultramarine #1D009C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 84.32%

R = 15.68%
G = 0%
B = 84.32%

CMYK

 C value IS 0.81

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1D009C (or 0x1D009C) is known color: Ultramarine. HEX triplet: 1D, 00 and 9C. RGB value is (29,0,156). Sum of RGB (Red+Green+Blue) = 29+0+156=185 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.68% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 156 (61.33% from 255 or 84.32% from 185); Max value from RGB is 156 - color contains mainly: blue. Hex color #1D009C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D009C is #E2FF63. Grayscale: #191919. Windows color (decimal): -14876516 or 10223645. OLE color: 10223645.

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

Color convert

RGB 29 0 156 -
CMYK 0.81 1 0 0.39
HSL 251.15º 1% 0.31% -
HSV(B) 251.15º 1% 0.61% -
XYZ 6.51 2.66 31.62 -
YUV 26.46 201.11 129.82 -
System Red Green Blue C M Y K H S L
Decimal 29 0 156 0.81 1 0 0.39 251.15 1 0.31
Hex 1D 0 9C 51 64 0 27 FB 64 1F
Octal 35 0 234 121 144 0 47 373 144 37
Binary 11101 0 10011100 1010001 1100100 0 100111 11111011 1100100 11111

Color Harmonies of #1D009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D009C

Black with #1D009C

Text Example


Text Example

White with #1D009C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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