Html Css Color HEX #1D069E Ultramarine

📋 copy color: '#1D069E'

red 29 ◦ green 6 ◦ blue 158

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

Shades of Ultramarine #1D069E

Tints of Ultramarine #1D069E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 81.87%

R = 15.03%
G = 3.11%
B = 81.87%

CMYK

 C value IS 0.82

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1D069E (or 0x1D069E) is known color: Ultramarine. HEX triplet: 1D, 06 and 9E. RGB value is (29,6,158). Sum of RGB (Red+Green+Blue) = 29+6+158=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 158 (62.11% from 255 or 81.87% from 193); Max value from RGB is 158 - color contains mainly: blue. Hex color #1D069E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D069E is #E2F961. Grayscale: #1D1D1D. Windows color (decimal): -14874978 or 10356253. OLE color: 10356253.

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

Color convert

RGB 29 6 158 -
CMYK 0.82 0.96 0 0.38
HSL 249.08º 0.93% 0.32% -
HSV(B) 249.08º 0.96% 0.62% -
XYZ 6.74 2.86 32.54 -
YUV 30.21 200.12 127.14 -
System Red Green Blue C M Y K H S L
Decimal 29 6 158 0.82 0.96 0 0.38 249.08 0.93 0.32
Hex 1D 6 9E 52 60 0 26 F9 5D 20
Octal 35 6 236 122 140 0 46 371 135 40
Binary 11101 110 10011110 1010010 1100000 0 100110 11111001 1011101 100000

Color Harmonies of #1D069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D069E

Black with #1D069E

Text Example


Text Example

White with #1D069E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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