Html Css Color HEX #074CEF Navy Blue

📋 copy color: '#074CEF'

red 7 ◦ green 76 ◦ blue 239

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

Shades of Navy Blue #074CEF

Tints of Navy Blue #074CEF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.6%

 BLUE value IS 239 (93.75% from 255) = 74.22%

R = 2.17%
G = 23.6%
B = 74.22%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#074CEF (or 0x074CEF) is known color: Navy Blue. HEX triplet: 07, 4C and EF. RGB value is (7,76,239). Sum of RGB (Red+Green+Blue) = 7+76+239=322 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 239 (93.75% from 255 or 74.22% from 322); Max value from RGB is 239 - color contains mainly: blue. Hex color #074CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #074CEF is #F8B310. Grayscale: #494949. Windows color (decimal): -16298769 or 15682567. OLE color: 15682567.

HSL color Cylindrical-coordinate representation of color #074CEF: hue angle of 222.16º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074CEF is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 7 76 239 -
CMYK 0.97 0.68 0 0.06
HSL 222.16º 0.94% 0.48% -
HSV(B) 222.16º 0.97% 0.94% -
XYZ 18.25 11.45 82.91 -
YUV 73.95 221.14 80.25 -
System Red Green Blue C M Y K H S L
Decimal 7 76 239 0.97 0.68 0 0.06 222.16 0.94 0.48
Hex 7 4C EF 61 44 0 6 DE 5E 30
Octal 7 114 357 141 104 0 6 336 136 60
Binary 111 1001100 11101111 1100001 1000100 0 110 11011110 1011110 110000

Color Harmonies of #074CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074CEF

Black with #074CEF

Text Example


Text Example

White with #074CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,76,239); }

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

background-color css

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

 a { background-color: rgb(7,76,239); }

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

border-color css

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

 span { border-color: rgb(7,76,239); }

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