Html Css Color HEX #1D0FAE Ultramarine

📋 copy color: '#1D0FAE'

red 29 ◦ green 15 ◦ blue 174

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

Shades of Ultramarine #1D0FAE

Tints of Ultramarine #1D0FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 79.82%

R = 13.3%
G = 6.88%
B = 79.82%

CMYK

 C value IS 0.83

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1D0FAE (or 0x1D0FAE) is known color: Ultramarine. HEX triplet: 1D, 0F and AE. RGB value is (29,15,174). Sum of RGB (Red+Green+Blue) = 29+15+174=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 174 (68.36% from 255 or 79.82% from 218); Max value from RGB is 174 - color contains mainly: blue. Hex color #1D0FAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0FAE is #E2F051. Grayscale: #242424. Windows color (decimal): -14872658 or 11407133. OLE color: 11407133.

HSL color Cylindrical-coordinate representation of color #1D0FAE: hue angle of 245.28º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D0FAE is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 29 15 174 -
CMYK 0.83 0.91 0 0.32
HSL 245.28º 0.84% 0.37% -
HSV(B) 245.28º 0.91% 0.68% -
XYZ 8.32 3.66 40.31 -
YUV 37.31 205.14 122.07 -
System Red Green Blue C M Y K H S L
Decimal 29 15 174 0.83 0.91 0 0.32 245.28 0.84 0.37
Hex 1D F AE 53 5B 0 20 F5 54 25
Octal 35 17 256 123 133 0 40 365 124 45
Binary 11101 1111 10101110 1010011 1011011 0 100000 11110101 1010100 100101

Color Harmonies of #1D0FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0FAE

Black with #1D0FAE

Text Example


Text Example

White with #1D0FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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