Html Css Color HEX #074BCF Navy Blue

📋 copy color: '#074BCF'

red 7 ◦ green 75 ◦ blue 207

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

Shades of Navy Blue #074BCF

Tints of Navy Blue #074BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 71.63%

R = 2.42%
G = 25.95%
B = 71.63%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#074BCF (or 0x074BCF) is known color: Navy Blue. HEX triplet: 07, 4B and CF. RGB value is (7,75,207). Sum of RGB (Red+Green+Blue) = 7+75+207=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 207 (81.25% from 255 or 71.63% from 289); Max value from RGB is 207 - color contains mainly: blue. Hex color #074BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074BCF is #F8B430. Grayscale: #454545. Windows color (decimal): -16299057 or 13585159. OLE color: 13585159.

HSL color Cylindrical-coordinate representation of color #074BCF: hue angle of 219.6º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074BCF is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 7 75 207 -
CMYK 0.97 0.64 0 0.19
HSL 219.6º 0.93% 0.42% -
HSV(B) 219.6º 0.97% 0.81% -
XYZ 13.87 9.58 60.15 -
YUV 69.72 205.47 83.27 -
System Red Green Blue C M Y K H S L
Decimal 7 75 207 0.97 0.64 0 0.19 219.6 0.93 0.42
Hex 7 4B CF 61 40 0 13 DC 5D 2A
Octal 7 113 317 141 100 0 23 334 135 52
Binary 111 1001011 11001111 1100001 1000000 0 10011 11011100 1011101 101010

Color Harmonies of #074BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074BCF

Black with #074BCF

Text Example


Text Example

White with #074BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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