Html Css Color HEX #074BDC Navy Blue

📋 copy color: '#074BDC'

red 7 ◦ green 75 ◦ blue 220

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

Shades of Navy Blue #074BDC

Tints of Navy Blue #074BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 72.85%

R = 2.32%
G = 24.83%
B = 72.85%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#074BDC (or 0x074BDC) is known color: Navy Blue. HEX triplet: 07, 4B and DC. RGB value is (7,75,220). Sum of RGB (Red+Green+Blue) = 7+75+220=302 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.32% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 220 (86.33% from 255 or 72.85% from 302); Max value from RGB is 220 - color contains mainly: blue. Hex color #074BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074BDC is #F8B423. Grayscale: #464646. Windows color (decimal): -16299044 or 14437127. OLE color: 14437127.

HSL color Cylindrical-coordinate representation of color #074BDC: hue angle of 220.85º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074BDC is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 75 220 -
CMYK 0.97 0.66 0 0.14
HSL 220.85º 0.94% 0.45% -
HSV(B) 220.85º 0.97% 0.86% -
XYZ 15.52 10.24 68.87 -
YUV 71.2 211.97 82.21 -
System Red Green Blue C M Y K H S L
Decimal 7 75 220 0.97 0.66 0 0.14 220.85 0.94 0.45
Hex 7 4B DC 61 42 0 E DD 5E 2D
Octal 7 113 334 141 102 0 16 335 136 55
Binary 111 1001011 11011100 1100001 1000010 0 1110 11011101 1011110 101101

Color Harmonies of #074BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074BDC

Black with #074BDC

Text Example


Text Example

White with #074BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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