Html Css Color HEX #074BE0 Navy Blue

📋 copy color: '#074BE0'

red 7 ◦ green 75 ◦ blue 224

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

Shades of Navy Blue #074BE0

Tints of Navy Blue #074BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 73.2%

R = 2.29%
G = 24.51%
B = 73.2%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#074BE0 (or 0x074BE0) is known color: Navy Blue. HEX triplet: 07, 4B and E0. RGB value is (7,75,224). Sum of RGB (Red+Green+Blue) = 7+75+224=306 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.29% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 224 (87.89% from 255 or 73.20% from 306); Max value from RGB is 224 - color contains mainly: blue. Hex color #074BE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074BE0 is #F8B41F. Grayscale: #464646. Windows color (decimal): -16299040 or 14699271. OLE color: 14699271.

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

Color convert

RGB 7 75 224 -
CMYK 0.97 0.67 0 0.12
HSL 221.2º 0.94% 0.45% -
HSV(B) 221.2º 0.97% 0.88% -
XYZ 16.06 10.46 71.69 -
YUV 71.65 213.97 81.88 -
System Red Green Blue C M Y K H S L
Decimal 7 75 224 0.97 0.67 0 0.12 221.2 0.94 0.45
Hex 7 4B E0 61 43 0 C DD 5E 2D
Octal 7 113 340 141 103 0 14 335 136 55
Binary 111 1001011 11100000 1100001 1000011 0 1100 11011101 1011110 101101

Color Harmonies of #074BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074BE0

Black with #074BE0

Text Example


Text Example

White with #074BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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