Html Css Color HEX #074EDF Navy Blue

📋 copy color: '#074EDF'

red 7 ◦ green 78 ◦ blue 223

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

Shades of Navy Blue #074EDF

Tints of Navy Blue #074EDF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.32%

 BLUE value IS 223 (87.5% from 255) = 72.4%

R = 2.27%
G = 25.32%
B = 72.4%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#074EDF (or 0x074EDF) is known color: Navy Blue. HEX triplet: 07, 4E and DF. RGB value is (7,78,223). Sum of RGB (Red+Green+Blue) = 7+78+223=308 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 223 (87.5% from 255 or 72.40% from 308); Max value from RGB is 223 - color contains mainly: blue. Hex color #074EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074EDF is #F8B120. Grayscale: #484848. Windows color (decimal): -16298273 or 14634503. OLE color: 14634503.

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

Color convert

RGB 7 78 223 -
CMYK 0.97 0.65 0 0.13
HSL 220.28º 0.94% 0.45% -
HSV(B) 220.28º 0.97% 0.87% -
XYZ 16.13 10.82 71.05 -
YUV 73.3 212.48 80.71 -
System Red Green Blue C M Y K H S L
Decimal 7 78 223 0.97 0.65 0 0.13 220.28 0.94 0.45
Hex 7 4E DF 61 41 0 D DC 5E 2D
Octal 7 116 337 141 101 0 15 334 136 55
Binary 111 1001110 11011111 1100001 1000001 0 1101 11011100 1011110 101101

Color Harmonies of #074EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074EDF

Black with #074EDF

Text Example


Text Example

White with #074EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,78,223); }

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

background-color css

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

 a { background-color: rgb(7,78,223); }

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

border-color css

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

 span { border-color: rgb(7,78,223); }

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