Html Css Color HEX #1D0D9A Ultramarine

📋 copy color: '#1D0D9A'

red 29 ◦ green 13 ◦ blue 154

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

Shades of Ultramarine #1D0D9A

Tints of Ultramarine #1D0D9A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.63%

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

R = 14.8%
G = 6.63%
B = 78.57%

CMYK

 C value IS 0.81

 M value IS 0.92

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1D0D9A (or 0x1D0D9A) is known color: Ultramarine. HEX triplet: 1D, 0D and 9A. RGB value is (29,13,154). Sum of RGB (Red+Green+Blue) = 29+13+154=196 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.80% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 154 (60.55% from 255 or 78.57% from 196); Max value from RGB is 154 - color contains mainly: blue. Hex color #1D0D9A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0D9A is #E2F265. Grayscale: #212121. Windows color (decimal): -14873190 or 10095901. OLE color: 10095901.

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

Color convert

RGB 29 13 154 -
CMYK 0.81 0.92 0 0.40
HSL 246.81º 0.84% 0.33% -
HSV(B) 246.81º 0.92% 0.6% -
XYZ 6.48 2.88 30.79 -
YUV 33.86 195.8 124.54 -
System Red Green Blue C M Y K H S L
Decimal 29 13 154 0.81 0.92 0 0.40 246.81 0.84 0.33
Hex 1D D 9A 51 5C 0 28 F7 54 21
Octal 35 15 232 121 134 0 50 367 124 41
Binary 11101 1101 10011010 1010001 1011100 0 101000 11110111 1010100 100001

Color Harmonies of #1D0D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0D9A

Black with #1D0D9A

Text Example


Text Example

White with #1D0D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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