Html Css Color HEX #1D009D Ultramarine

📋 copy color: '#1D009D'

red 29 ◦ green 0 ◦ blue 157

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

Shades of Ultramarine #1D009D

Tints of Ultramarine #1D009D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 84.41%

R = 15.59%
G = 0%
B = 84.41%

CMYK

 C value IS 0.82

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1D009D (or 0x1D009D) is known color: Ultramarine. HEX triplet: 1D, 00 and 9D. RGB value is (29,0,157). Sum of RGB (Red+Green+Blue) = 29+0+157=186 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.59% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 157 (61.72% from 255 or 84.41% from 186); Max value from RGB is 157 - color contains mainly: blue. Hex color #1D009D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D009D is #E2FF62. Grayscale: #191919. Windows color (decimal): -14876515 or 10289181. OLE color: 10289181.

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

Color convert

RGB 29 0 157 -
CMYK 0.82 1 0 0.38
HSL 251.08º 1% 0.31% -
HSV(B) 251.08º 1% 0.62% -
XYZ 6.59 2.7 32.07 -
YUV 26.57 201.61 129.73 -
System Red Green Blue C M Y K H S L
Decimal 29 0 157 0.82 1 0 0.38 251.08 1 0.31
Hex 1D 0 9D 52 64 0 26 FB 64 1F
Octal 35 0 235 122 144 0 46 373 144 37
Binary 11101 0 10011101 1010010 1100100 0 100110 11111011 1100100 11111

Color Harmonies of #1D009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D009D

Black with #1D009D

Text Example


Text Example

White with #1D009D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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