Html Css Color HEX #074CDA Navy Blue

📋 copy color: '#074CDA'

red 7 ◦ green 76 ◦ blue 218

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

Shades of Navy Blue #074CDA

Tints of Navy Blue #074CDA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.25%

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

R = 2.33%
G = 25.25%
B = 72.43%

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

#074CDA (or 0x074CDA) is known color: Navy Blue. HEX triplet: 07, 4C and DA. RGB value is (7,76,218). Sum of RGB (Red+Green+Blue) = 7+76+218=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 218 (85.55% from 255 or 72.43% from 301); Max value from RGB is 218 - color contains mainly: blue. Hex color #074CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074CDA is #F8B325. Grayscale: #464646. Windows color (decimal): -16298790 or 14306311. OLE color: 14306311.

HSL color Cylindrical-coordinate representation of color #074CDA: hue angle of 220.38º 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 #074CDA is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 7 76 218 -
CMYK 0.97 0.65 0 0.15
HSL 220.38º 0.94% 0.44% -
HSV(B) 220.38º 0.97% 0.85% -
XYZ 15.33 10.28 67.51 -
YUV 71.56 210.64 81.95 -
System Red Green Blue C M Y K H S L
Decimal 7 76 218 0.97 0.65 0 0.15 220.38 0.94 0.44
Hex 7 4C DA 61 41 0 F DC 5E 2C
Octal 7 114 332 141 101 0 17 334 136 54
Binary 111 1001100 11011010 1100001 1000001 0 1111 11011100 1011110 101100

Color Harmonies of #074CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074CDA

Black with #074CDA

Text Example


Text Example

White with #074CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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