Html Css Color HEX #1C078D Ultramarine

📋 copy color: '#1C078D'

red 28 ◦ green 7 ◦ blue 141

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

Shades of Ultramarine #1C078D

Tints of Ultramarine #1C078D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 80.11%

R = 15.91%
G = 3.98%
B = 80.11%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1C078D (or 0x1C078D) is known color: Ultramarine. HEX triplet: 1C, 07 and 8D. RGB value is (28,7,141). Sum of RGB (Red+Green+Blue) = 28+7+141=176 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.91% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 141 (55.47% from 255 or 80.11% from 176); Max value from RGB is 141 - color contains mainly: blue. Hex color #1C078D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C078D is #E3F872. Grayscale: #1C1C1C. Windows color (decimal): -14940275 or 9242396. OLE color: 9242396.

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

Color convert

RGB 28 7 141 -
CMYK 0.80 0.95 0 0.45
HSL 249.4º 0.91% 0.29% -
HSV(B) 249.4º 0.95% 0.55% -
XYZ 5.36 2.32 25.36 -
YUV 28.56 191.46 127.6 -
System Red Green Blue C M Y K H S L
Decimal 28 7 141 0.80 0.95 0 0.45 249.4 0.91 0.29
Hex 1C 7 8D 50 5F 0 2D F9 5B 1D
Octal 34 7 215 120 137 0 55 371 133 35
Binary 11100 111 10001101 1010000 1011111 0 101101 11111001 1011011 11101

Color Harmonies of #1C078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C078D

Black with #1C078D

Text Example


Text Example

White with #1C078D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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