Html Css Color HEX #1D069F Ultramarine

📋 copy color: '#1D069F'

red 29 ◦ green 6 ◦ blue 159

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

Shades of Ultramarine #1D069F

Tints of Ultramarine #1D069F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 81.96%

R = 14.95%
G = 3.09%
B = 81.96%

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

#1D069F (or 0x1D069F) is known color: Ultramarine. HEX triplet: 1D, 06 and 9F. RGB value is (29,6,159). Sum of RGB (Red+Green+Blue) = 29+6+159=194 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.95% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 159 (62.5% from 255 or 81.96% from 194); Max value from RGB is 159 - color contains mainly: blue. Hex color #1D069F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D069F is #E2F960. Grayscale: #1D1D1D. Windows color (decimal): -14874977 or 10421789. OLE color: 10421789.

HSL color Cylindrical-coordinate representation of color #1D069F: hue angle of 249.02º 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 #1D069F is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 29 6 159 -
CMYK 0.82 0.96 0 0.38
HSL 249.02º 0.93% 0.32% -
HSV(B) 249.02º 0.96% 0.62% -
XYZ 6.83 2.89 33 -
YUV 30.32 200.62 127.06 -
System Red Green Blue C M Y K H S L
Decimal 29 6 159 0.82 0.96 0 0.38 249.02 0.93 0.32
Hex 1D 6 9F 52 60 0 26 F9 5D 20
Octal 35 6 237 122 140 0 46 371 135 40
Binary 11101 110 10011111 1010010 1100000 0 100110 11111001 1011101 100000

Color Harmonies of #1D069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D069F

Black with #1D069F

Text Example


Text Example

White with #1D069F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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