Html Css Color HEX #1D0BAD Ultramarine

📋 copy color: '#1D0BAD'

red 29 ◦ green 11 ◦ blue 173

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

Shades of Ultramarine #1D0BAD

Tints of Ultramarine #1D0BAD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.16%

 BLUE value IS 173 (67.97% from 255) = 81.22%

R = 13.62%
G = 5.16%
B = 81.22%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1D0BAD (or 0x1D0BAD) is known color: Ultramarine. HEX triplet: 1D, 0B and AD. RGB value is (29,11,173). Sum of RGB (Red+Green+Blue) = 29+11+173=213 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.62% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 173 (67.97% from 255 or 81.22% from 213); Max value from RGB is 173 - color contains mainly: blue. Hex color #1D0BAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0BAD is #E2F452. Grayscale: #222222. Windows color (decimal): -14873683 or 11340573. OLE color: 11340573.

HSL color Cylindrical-coordinate representation of color #1D0BAD: hue angle of 246.67º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D0BAD is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 29 11 173 -
CMYK 0.83 0.94 0 0.32
HSL 246.67º 0.88% 0.36% -
HSV(B) 246.67º 0.94% 0.68% -
XYZ 8.17 3.52 39.78 -
YUV 34.85 205.96 123.83 -
System Red Green Blue C M Y K H S L
Decimal 29 11 173 0.83 0.94 0 0.32 246.67 0.88 0.36
Hex 1D B AD 53 5E 0 20 F7 58 24
Octal 35 13 255 123 136 0 40 367 130 44
Binary 11101 1011 10101101 1010011 1011110 0 100000 11110111 1011000 100100

Color Harmonies of #1D0BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0BAD

Black with #1D0BAD

Text Example


Text Example

White with #1D0BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,11,173); }

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

background-color css

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

 a { background-color: rgb(29,11,173); }

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

border-color css

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

 span { border-color: rgb(29,11,173); }

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