Html Css Color HEX #1D099C Ultramarine

📋 copy color: '#1D099C'

red 29 ◦ green 9 ◦ blue 156

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

Shades of Ultramarine #1D099C

Tints of Ultramarine #1D099C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 80.41%

R = 14.95%
G = 4.64%
B = 80.41%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1D099C (or 0x1D099C) is known color: Ultramarine. HEX triplet: 1D, 09 and 9C. RGB value is (29,9,156). Sum of RGB (Red+Green+Blue) = 29+9+156=194 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.95% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 156 (61.33% from 255 or 80.41% from 194); Max value from RGB is 156 - color contains mainly: blue. Hex color #1D099C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D099C is #E2F663. Grayscale: #1F1F1F. Windows color (decimal): -14874212 or 10225949. OLE color: 10225949.

HSL color Cylindrical-coordinate representation of color #1D099C: hue angle of 248.16º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D099C is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 29 9 156 -
CMYK 0.81 0.94 0 0.39
HSL 248.16º 0.89% 0.32% -
HSV(B) 248.16º 0.94% 0.61% -
XYZ 6.61 2.86 31.66 -
YUV 31.74 198.13 126.05 -
System Red Green Blue C M Y K H S L
Decimal 29 9 156 0.81 0.94 0 0.39 248.16 0.89 0.32
Hex 1D 9 9C 51 5E 0 27 F8 59 20
Octal 35 11 234 121 136 0 47 370 131 40
Binary 11101 1001 10011100 1010001 1011110 0 100111 11111000 1011001 100000

Color Harmonies of #1D099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D099C

Black with #1D099C

Text Example


Text Example

White with #1D099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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