Html Css Color HEX #1D089C Ultramarine

📋 copy color: '#1D089C'

red 29 ◦ green 8 ◦ blue 156

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

Shades of Ultramarine #1D089C

Tints of Ultramarine #1D089C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.15%

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

R = 15.03%
G = 4.15%
B = 80.83%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1D089C (or 0x1D089C) is known color: Ultramarine. HEX triplet: 1D, 08 and 9C. RGB value is (29,8,156). Sum of RGB (Red+Green+Blue) = 29+8+156=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 156 (61.33% from 255 or 80.83% from 193); Max value from RGB is 156 - color contains mainly: blue. Hex color #1D089C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D089C is #E2F763. Grayscale: #1E1E1E. Windows color (decimal): -14874468 or 10225693. OLE color: 10225693.

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

Color convert

RGB 29 8 156 -
CMYK 0.81 0.95 0 0.39
HSL 248.51º 0.9% 0.32% -
HSV(B) 248.51º 0.95% 0.61% -
XYZ 6.59 2.84 31.65 -
YUV 31.15 198.46 126.47 -
System Red Green Blue C M Y K H S L
Decimal 29 8 156 0.81 0.95 0 0.39 248.51 0.9 0.32
Hex 1D 8 9C 51 5F 0 27 F9 5A 20
Octal 35 10 234 121 137 0 47 371 132 40
Binary 11101 1000 10011100 1010001 1011111 0 100111 11111001 1011010 100000

Color Harmonies of #1D089C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D089C

Black with #1D089C

Text Example


Text Example

White with #1D089C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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