Html Css Color HEX #074FC0 Denim

📋 copy color: '#074FC0'

red 7 ◦ green 79 ◦ blue 192

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

Shades of Denim #074FC0

Tints of Denim #074FC0

RGB

 RED value IS 7 (3.13% from 255) = 2.52%

 GREEN value IS 79 (31.25% from 255) = 28.42%

 BLUE value IS 192 (75.39% from 255) = 69.06%

R = 2.52%
G = 28.42%
B = 69.06%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#074FC0 (or 0x074FC0) is known color: Denim. HEX triplet: 07, 4F and C0. RGB value is (7,79,192). Sum of RGB (Red+Green+Blue) = 7+79+192=278 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.52% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 192 (75.39% from 255 or 69.06% from 278); Max value from RGB is 192 - color contains mainly: blue. Hex color #074FC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074FC0 is #F8B03F. Grayscale: #454545. Windows color (decimal): -16298048 or 12603143. OLE color: 12603143.

HSL color Cylindrical-coordinate representation of color #074FC0: hue angle of 216.65º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074FC0 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 79 192 -
CMYK 0.96 0.59 0 0.25
HSL 216.65º 0.93% 0.39% -
HSV(B) 216.65º 0.96% 0.75% -
XYZ 12.4 9.44 51.04 -
YUV 70.35 196.65 82.81 -
System Red Green Blue C M Y K H S L
Decimal 7 79 192 0.96 0.59 0 0.25 216.65 0.93 0.39
Hex 7 4F C0 60 3B 0 19 D9 5D 27
Octal 7 117 300 140 73 0 31 331 135 47
Binary 111 1001111 11000000 1100000 111011 0 11001 11011001 1011101 100111

Color Harmonies of #074FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074FC0

Black with #074FC0

Text Example


Text Example

White with #074FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074FC0; }

 p { color: rgb(7,79,192); }

 H1.HeaderClassName
 {
   color: #074FC0;
 }
 .AnyTagClassName
 {
   color: #074FC0;
 }
</style>

background-color css

<style>
 a { background-color: #074FC0; }

 a { background-color: rgb(7,79,192); }

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

border-color css

<style>
 span { border-color: #074FC0; }

 span { border-color: rgb(7,79,192); }

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