Html Css Color HEX #2C079E Ultramarine

📋 copy color: '#2C079E'

red 44 ◦ green 7 ◦ blue 158

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

Shades of Ultramarine #2C079E

Tints of Ultramarine #2C079E

RGB

 RED value IS 44 (17.58% from 255) = 21.05%

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

 BLUE value IS 158 (62.11% from 255) = 75.6%

R = 21.05%
G = 3.35%
B = 75.6%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2C079E (or 0x2C079E) is known color: Ultramarine. HEX triplet: 2C, 07 and 9E. RGB value is (44,7,158). Sum of RGB (Red+Green+Blue) = 44+7+158=209 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.05% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 158 (62.11% from 255 or 75.60% from 209); Max value from RGB is 158 - color contains mainly: blue. Hex color #2C079E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C079E is #D3F861. Grayscale: #222222. Windows color (decimal): -13891682 or 10356524. OLE color: 10356524.

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

Color convert

RGB 44 7 158 -
CMYK 0.72 0.96 0 0.38
HSL 254.7º 0.92% 0.32% -
HSV(B) 254.7º 0.96% 0.62% -
XYZ 7.29 3.16 32.57 -
YUV 35.28 197.26 134.22 -
System Red Green Blue C M Y K H S L
Decimal 44 7 158 0.72 0.96 0 0.38 254.7 0.92 0.32
Hex 2C 7 9E 48 60 0 26 FF 5C 20
Octal 54 7 236 110 140 0 46 377 134 40
Binary 101100 111 10011110 1001000 1100000 0 100110 11111111 1011100 100000

Color Harmonies of #2C079E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C079E

Black with #2C079E

Text Example


Text Example

White with #2C079E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C079E; }

 p { color: rgb(44,7,158); }

 H1.HeaderClassName
 {
   color: #2C079E;
 }
 .AnyTagClassName
 {
   color: #2C079E;
 }
</style>

background-color css

<style>
 a { background-color: #2C079E; }

 a { background-color: rgb(44,7,158); }

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

border-color css

<style>
 span { border-color: #2C079E; }

 span { border-color: rgb(44,7,158); }

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