Html Css Color HEX #1D06AD Ultramarine

📋 copy color: '#1D06AD'

red 29 ◦ green 6 ◦ blue 173

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

Shades of Ultramarine #1D06AD

Tints of Ultramarine #1D06AD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.88%

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

R = 13.94%
G = 2.88%
B = 83.17%

CMYK

 C value IS 0.83

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1D06AD (or 0x1D06AD) is known color: Ultramarine. HEX triplet: 1D, 06 and AD. RGB value is (29,6,173). Sum of RGB (Red+Green+Blue) = 29+6+173=208 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.94% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 173 (67.97% from 255 or 83.17% from 208); Max value from RGB is 173 - color contains mainly: blue. Hex color #1D06AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D06AD is #E2F952. Grayscale: #1F1F1F. Windows color (decimal): -14874963 or 11339293. OLE color: 11339293.

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

Color convert

RGB 29 6 173 -
CMYK 0.83 0.97 0 0.32
HSL 248.26º 0.93% 0.35% -
HSV(B) 248.26º 0.97% 0.68% -
XYZ 8.11 3.41 39.77 -
YUV 31.92 207.62 125.92 -
System Red Green Blue C M Y K H S L
Decimal 29 6 173 0.83 0.97 0 0.32 248.26 0.93 0.35
Hex 1D 6 AD 53 61 0 20 F8 5D 23
Octal 35 6 255 123 141 0 40 370 135 43
Binary 11101 110 10101101 1010011 1100001 0 100000 11111000 1011101 100011

Color Harmonies of #1D06AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D06AD

Black with #1D06AD

Text Example


Text Example

White with #1D06AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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