Html Css Color HEX #074BDA Navy Blue

📋 copy color: '#074BDA'

red 7 ◦ green 75 ◦ blue 218

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

Shades of Navy Blue #074BDA

Tints of Navy Blue #074BDA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25%

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

R = 2.33%
G = 25%
B = 72.67%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#074BDA (or 0x074BDA) is known color: Navy Blue. HEX triplet: 07, 4B and DA. RGB value is (7,75,218). Sum of RGB (Red+Green+Blue) = 7+75+218=300 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 218 (85.55% from 255 or 72.67% from 300); Max value from RGB is 218 - color contains mainly: blue. Hex color #074BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074BDA is #F8B425. Grayscale: #464646. Windows color (decimal): -16299046 or 14306055. OLE color: 14306055.

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

Color convert

RGB 7 75 218 -
CMYK 0.97 0.66 0 0.15
HSL 220.66º 0.94% 0.44% -
HSV(B) 220.66º 0.97% 0.85% -
XYZ 15.26 10.14 67.48 -
YUV 70.97 210.97 82.37 -
System Red Green Blue C M Y K H S L
Decimal 7 75 218 0.97 0.66 0 0.15 220.66 0.94 0.44
Hex 7 4B DA 61 42 0 F DD 5E 2C
Octal 7 113 332 141 102 0 17 335 136 54
Binary 111 1001011 11011010 1100001 1000010 0 1111 11011101 1011110 101100

Color Harmonies of #074BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074BDA

Black with #074BDA

Text Example


Text Example

White with #074BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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