Html Css Color HEX #074DDA Navy Blue

📋 copy color: '#074DDA'

red 7 ◦ green 77 ◦ blue 218

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

Shades of Navy Blue #074DDA

Tints of Navy Blue #074DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 72.19%

R = 2.32%
G = 25.5%
B = 72.19%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#074DDA (or 0x074DDA) is known color: Navy Blue. HEX triplet: 07, 4D and DA. RGB value is (7,77,218). Sum of RGB (Red+Green+Blue) = 7+77+218=302 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.32% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 218 (85.55% from 255 or 72.19% from 302); Max value from RGB is 218 - color contains mainly: blue. Hex color #074DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074DDA is #F8B225. Grayscale: #474747. Windows color (decimal): -16298534 or 14306567. OLE color: 14306567.

HSL color Cylindrical-coordinate representation of color #074DDA: hue angle of 220.09º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074DDA is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 7 77 218 -
CMYK 0.97 0.65 0 0.15
HSL 220.09º 0.94% 0.44% -
HSV(B) 220.09º 0.97% 0.85% -
XYZ 15.4 10.41 67.53 -
YUV 72.14 210.31 81.54 -
System Red Green Blue C M Y K H S L
Decimal 7 77 218 0.97 0.65 0 0.15 220.09 0.94 0.44
Hex 7 4D DA 61 41 0 F DC 5E 2C
Octal 7 115 332 141 101 0 17 334 136 54
Binary 111 1001101 11011010 1100001 1000001 0 1111 11011100 1011110 101100

Color Harmonies of #074DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074DDA

Black with #074DDA

Text Example


Text Example

White with #074DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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