Html Css Color HEX #1C078E Ultramarine

📋 copy color: '#1C078E'

red 28 ◦ green 7 ◦ blue 142

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

Shades of Ultramarine #1C078E

Tints of Ultramarine #1C078E

RGB

 RED value IS 28 (11.33% from 255) = 15.82%

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

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

R = 15.82%
G = 3.95%
B = 80.23%

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

#1C078E (or 0x1C078E) is known color: Ultramarine. HEX triplet: 1C, 07 and 8E. RGB value is (28,7,142). Sum of RGB (Red+Green+Blue) = 28+7+142=177 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.82% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 142 (55.86% from 255 or 80.23% from 177); Max value from RGB is 142 - color contains mainly: blue. Hex color #1C078E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C078E is #E3F871. Grayscale: #1C1C1C. Windows color (decimal): -14940274 or 9307932. OLE color: 9307932.

HSL color Cylindrical-coordinate representation of color #1C078E: hue angle of 249.33º 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 #1C078E is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 28 7 142 -
CMYK 0.80 0.95 0 0.44
HSL 249.33º 0.91% 0.29% -
HSV(B) 249.33º 0.95% 0.56% -
XYZ 5.44 2.35 25.76 -
YUV 28.67 191.96 127.52 -
System Red Green Blue C M Y K H S L
Decimal 28 7 142 0.80 0.95 0 0.44 249.33 0.91 0.29
Hex 1C 7 8E 50 5F 0 2C F9 5B 1D
Octal 34 7 216 120 137 0 54 371 133 35
Binary 11100 111 10001110 1010000 1011111 0 101100 11111001 1011011 11101

Color Harmonies of #1C078E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C078E

Black with #1C078E

Text Example


Text Example

White with #1C078E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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