Html Css Color HEX #074EFB Navy Blue

📋 copy color: '#074EFB'

red 7 ◦ green 78 ◦ blue 251

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

Shades of Navy Blue #074EFB

Tints of Navy Blue #074EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 74.7%

R = 2.08%
G = 23.21%
B = 74.7%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#074EFB (or 0x074EFB) is known color: Navy Blue. HEX triplet: 07, 4E and FB. RGB value is (7,78,251). Sum of RGB (Red+Green+Blue) = 7+78+251=336 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 251 (98.44% from 255 or 74.70% from 336); Max value from RGB is 251 - color contains mainly: blue. Hex color #074EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #074EFB is #F8B104. Grayscale: #4B4B4B. Windows color (decimal): -16298245 or 16469511. OLE color: 16469511.

HSL color Cylindrical-coordinate representation of color #074EFB: hue angle of 222.54º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074EFB is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 78 251 -
CMYK 0.97 0.69 0 0.02
HSL 222.54º 0.97% 0.51% -
HSV(B) 222.54º 0.97% 0.98% -
XYZ 20.22 12.46 92.61 -
YUV 76.49 226.48 78.43 -
System Red Green Blue C M Y K H S L
Decimal 7 78 251 0.97 0.69 0 0.02 222.54 0.97 0.51
Hex 7 4E FB 61 45 0 2 DF 61 33
Octal 7 116 373 141 105 0 2 337 141 63
Binary 111 1001110 11111011 1100001 1000101 0 10 11011111 1100001 110011

Color Harmonies of #074EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074EFB

Black with #074EFB

Text Example


Text Example

White with #074EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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