Html Css Color HEX #1D0EA7 Ultramarine

📋 copy color: '#1D0EA7'

red 29 ◦ green 14 ◦ blue 167

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

Shades of Ultramarine #1D0EA7

Tints of Ultramarine #1D0EA7

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.67%

 BLUE value IS 167 (65.63% from 255) = 79.52%

R = 13.81%
G = 6.67%
B = 79.52%

CMYK

 C value IS 0.83

 M value IS 0.92

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1D0EA7 (or 0x1D0EA7) is known color: Ultramarine. HEX triplet: 1D, 0E and A7. RGB value is (29,14,167). Sum of RGB (Red+Green+Blue) = 29+14+167=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 167 (65.62% from 255 or 79.52% from 210); Max value from RGB is 167 - color contains mainly: blue. Hex color #1D0EA7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0EA7 is #E2F158. Grayscale: #232323. Windows color (decimal): -14872921 or 10948125. OLE color: 10948125.

HSL color Cylindrical-coordinate representation of color #1D0EA7: hue angle of 245.88º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D0EA7 is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 29 14 167 -
CMYK 0.83 0.92 0 0.35
HSL 245.88º 0.85% 0.35% -
HSV(B) 245.88º 0.92% 0.65% -
XYZ 7.64 3.37 36.81 -
YUV 35.93 201.97 123.06 -
System Red Green Blue C M Y K H S L
Decimal 29 14 167 0.83 0.92 0 0.35 245.88 0.85 0.35
Hex 1D E A7 53 5C 0 23 F6 55 23
Octal 35 16 247 123 134 0 43 366 125 43
Binary 11101 1110 10100111 1010011 1011100 0 100011 11110110 1010101 100011

Color Harmonies of #1D0EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0EA7

Black with #1D0EA7

Text Example


Text Example

White with #1D0EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,14,167); }

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

background-color css

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

 a { background-color: rgb(29,14,167); }

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

border-color css

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

 span { border-color: rgb(29,14,167); }

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