Html Css Color HEX #1D099E Ultramarine

📋 copy color: '#1D099E'

red 29 ◦ green 9 ◦ blue 158

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

Shades of Ultramarine #1D099E

Tints of Ultramarine #1D099E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.59%

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

R = 14.8%
G = 4.59%
B = 80.61%

CMYK

 C value IS 0.82

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1D099E (or 0x1D099E) is known color: Ultramarine. HEX triplet: 1D, 09 and 9E. RGB value is (29,9,158). Sum of RGB (Red+Green+Blue) = 29+9+158=196 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.80% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 158 (62.11% from 255 or 80.61% from 196); Max value from RGB is 158 - color contains mainly: blue. Hex color #1D099E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D099E is #E2F661. Grayscale: #1F1F1F. Windows color (decimal): -14874210 or 10357021. OLE color: 10357021.

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

Color convert

RGB 29 9 158 -
CMYK 0.82 0.94 0 0.38
HSL 248.05º 0.89% 0.33% -
HSV(B) 248.05º 0.94% 0.62% -
XYZ 6.78 2.93 32.56 -
YUV 31.97 199.13 125.88 -
System Red Green Blue C M Y K H S L
Decimal 29 9 158 0.82 0.94 0 0.38 248.05 0.89 0.33
Hex 1D 9 9E 52 5E 0 26 F8 59 21
Octal 35 11 236 122 136 0 46 370 131 41
Binary 11101 1001 10011110 1010010 1011110 0 100110 11111000 1011001 100001

Color Harmonies of #1D099E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D099E

Black with #1D099E

Text Example


Text Example

White with #1D099E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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