Html Css Color HEX #1D0F89 Ultramarine

📋 copy color: '#1D0F89'

red 29 ◦ green 15 ◦ blue 137

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

Shades of Ultramarine #1D0F89

Tints of Ultramarine #1D0F89

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.29%

 BLUE value IS 137 (53.91% from 255) = 75.69%

R = 16.02%
G = 8.29%
B = 75.69%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1D0F89 (or 0x1D0F89) is known color: Ultramarine. HEX triplet: 1D, 0F and 89. RGB value is (29,15,137). Sum of RGB (Red+Green+Blue) = 29+15+137=181 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.02% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 137 (53.91% from 255 or 75.69% from 181); Max value from RGB is 137 - color contains mainly: blue. Hex color #1D0F89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0F89 is #E2F076. Grayscale: #202020. Windows color (decimal): -14872695 or 8982301. OLE color: 8982301.

HSL color Cylindrical-coordinate representation of color #1D0F89: hue angle of 246.89º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D0F89 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 29 15 137 -
CMYK 0.79 0.89 0 0.46
HSL 246.89º 0.8% 0.3% -
HSV(B) 246.89º 0.89% 0.54% -
XYZ 5.19 2.41 23.86 -
YUV 33.09 186.64 125.08 -
System Red Green Blue C M Y K H S L
Decimal 29 15 137 0.79 0.89 0 0.46 246.89 0.8 0.3
Hex 1D F 89 4F 59 0 2E F7 50 1E
Octal 35 17 211 117 131 0 56 367 120 36
Binary 11101 1111 10001001 1001111 1011001 0 101110 11110111 1010000 11110

Color Harmonies of #1D0F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0F89

Black with #1D0F89

Text Example


Text Example

White with #1D0F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,15,137); }

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

background-color css

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

 a { background-color: rgb(29,15,137); }

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

border-color css

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

 span { border-color: rgb(29,15,137); }

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