Html Css Color HEX #074BDE Navy Blue

📋 copy color: '#074BDE'

red 7 ◦ green 75 ◦ blue 222

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

Shades of Navy Blue #074BDE

Tints of Navy Blue #074BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 73.03%

R = 2.3%
G = 24.67%
B = 73.03%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#074BDE (or 0x074BDE) is known color: Navy Blue. HEX triplet: 07, 4B and DE. RGB value is (7,75,222). Sum of RGB (Red+Green+Blue) = 7+75+222=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 222 (87.11% from 255 or 73.03% from 304); Max value from RGB is 222 - color contains mainly: blue. Hex color #074BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074BDE is #F8B421. Grayscale: #464646. Windows color (decimal): -16299042 or 14568199. OLE color: 14568199.

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

Color convert

RGB 7 75 222 -
CMYK 0.97 0.66 0 0.13
HSL 221.02º 0.94% 0.45% -
HSV(B) 221.02º 0.97% 0.87% -
XYZ 15.79 10.35 70.27 -
YUV 71.43 212.97 82.05 -
System Red Green Blue C M Y K H S L
Decimal 7 75 222 0.97 0.66 0 0.13 221.02 0.94 0.45
Hex 7 4B DE 61 42 0 D DD 5E 2D
Octal 7 113 336 141 102 0 15 335 136 55
Binary 111 1001011 11011110 1100001 1000010 0 1101 11011101 1011110 101101

Color Harmonies of #074BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074BDE

Black with #074BDE

Text Example


Text Example

White with #074BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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