Html Css Color HEX #1C079F Ultramarine

📋 copy color: '#1C079F'

red 28 ◦ green 7 ◦ blue 159

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

Shades of Ultramarine #1C079F

Tints of Ultramarine #1C079F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 81.96%

R = 14.43%
G = 3.61%
B = 81.96%

CMYK

 C value IS 0.82

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1C079F (or 0x1C079F) is known color: Ultramarine. HEX triplet: 1C, 07 and 9F. RGB value is (28,7,159). Sum of RGB (Red+Green+Blue) = 28+7+159=194 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.43% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 159 (62.5% from 255 or 81.96% from 194); Max value from RGB is 159 - color contains mainly: blue. Hex color #1C079F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C079F is #E3F860. Grayscale: #1E1E1E. Windows color (decimal): -14940257 or 10422044. OLE color: 10422044.

HSL color Cylindrical-coordinate representation of color #1C079F: hue angle of 248.29º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C079F is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 28 7 159 -
CMYK 0.82 0.96 0 0.38
HSL 248.29º 0.92% 0.33% -
HSV(B) 248.29º 0.96% 0.62% -
XYZ 6.81 2.9 33 -
YUV 30.61 200.46 126.14 -
System Red Green Blue C M Y K H S L
Decimal 28 7 159 0.82 0.96 0 0.38 248.29 0.92 0.33
Hex 1C 7 9F 52 60 0 26 F8 5C 21
Octal 34 7 237 122 140 0 46 370 134 41
Binary 11100 111 10011111 1010010 1100000 0 100110 11111000 1011100 100001

Color Harmonies of #1C079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C079F

Black with #1C079F

Text Example


Text Example

White with #1C079F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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