Html Css Color HEX #1D078E Ultramarine

📋 copy color: '#1D078E'

red 29 ◦ green 7 ◦ blue 142

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

Shades of Ultramarine #1D078E

Tints of Ultramarine #1D078E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.93%

 BLUE value IS 142 (55.86% from 255) = 79.78%

R = 16.29%
G = 3.93%
B = 79.78%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1D078E (or 0x1D078E) is known color: Ultramarine. HEX triplet: 1D, 07 and 8E. RGB value is (29,7,142). Sum of RGB (Red+Green+Blue) = 29+7+142=178 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.29% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 142 (55.86% from 255 or 79.78% from 178); Max value from RGB is 142 - color contains mainly: blue. Hex color #1D078E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D078E is #E2F871. Grayscale: #1C1C1C. Windows color (decimal): -14874738 or 9307933. OLE color: 9307933.

HSL color Cylindrical-coordinate representation of color #1D078E: hue angle of 249.78º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1D078E is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 29 7 142 -
CMYK 0.80 0.95 0 0.44
HSL 249.78º 0.91% 0.29% -
HSV(B) 249.78º 0.95% 0.56% -
XYZ 5.47 2.37 25.76 -
YUV 28.97 191.79 128.02 -
System Red Green Blue C M Y K H S L
Decimal 29 7 142 0.80 0.95 0 0.44 249.78 0.91 0.29
Hex 1D 7 8E 50 5F 0 2C FA 5B 1D
Octal 35 7 216 120 137 0 54 372 133 35
Binary 11101 111 10001110 1010000 1011111 0 101100 11111010 1011011 11101

Color Harmonies of #1D078E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D078E

Black with #1D078E

Text Example


Text Example

White with #1D078E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,7,142); }

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

background-color css

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

 a { background-color: rgb(29,7,142); }

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

border-color css

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

 span { border-color: rgb(29,7,142); }

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