Html Css Color HEX #074DCB Denim

📋 copy color: '#074DCB'

red 7 ◦ green 77 ◦ blue 203

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

Shades of Denim #074DCB

Tints of Denim #074DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.83%

 BLUE value IS 203 (79.69% from 255) = 70.73%

R = 2.44%
G = 26.83%
B = 70.73%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#074DCB (or 0x074DCB) is known color: Denim. HEX triplet: 07, 4D and CB. RGB value is (7,77,203). Sum of RGB (Red+Green+Blue) = 7+77+203=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 203 (79.69% from 255 or 70.73% from 287); Max value from RGB is 203 - color contains mainly: blue. Hex color #074DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074DCB is #F8B234. Grayscale: #454545. Windows color (decimal): -16298549 or 13323527. OLE color: 13323527.

HSL color Cylindrical-coordinate representation of color #074DCB: hue angle of 218.57º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074DCB is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 77 203 -
CMYK 0.97 0.62 0 0.20
HSL 218.57º 0.93% 0.41% -
HSV(B) 218.57º 0.97% 0.8% -
XYZ 13.52 9.66 57.65 -
YUV 70.43 202.81 82.75 -
System Red Green Blue C M Y K H S L
Decimal 7 77 203 0.97 0.62 0 0.20 218.57 0.93 0.41
Hex 7 4D CB 61 3E 0 14 DB 5D 29
Octal 7 115 313 141 76 0 24 333 135 51
Binary 111 1001101 11001011 1100001 111110 0 10100 11011011 1011101 101001

Color Harmonies of #074DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074DCB

Black with #074DCB

Text Example


Text Example

White with #074DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,77,203); }

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

background-color css

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

 a { background-color: rgb(7,77,203); }

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

border-color css

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

 span { border-color: rgb(7,77,203); }

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