Html Css Color HEX #074BCD Navy Blue

📋 copy color: '#074BCD'

red 7 ◦ green 75 ◦ blue 205

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

Shades of Navy Blue #074BCD

Tints of Navy Blue #074BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 71.43%

R = 2.44%
G = 26.13%
B = 71.43%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#074BCD (or 0x074BCD) is known color: Navy Blue. HEX triplet: 07, 4B and CD. RGB value is (7,75,205). Sum of RGB (Red+Green+Blue) = 7+75+205=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 205 (80.47% from 255 or 71.43% from 287); Max value from RGB is 205 - color contains mainly: blue. Hex color #074BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074BCD is #F8B432. Grayscale: #444444. Windows color (decimal): -16299059 or 13454087. OLE color: 13454087.

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

Color convert

RGB 7 75 205 -
CMYK 0.97 0.63 0 0.20
HSL 219.39º 0.93% 0.42% -
HSV(B) 219.39º 0.97% 0.8% -
XYZ 13.62 9.49 58.87 -
YUV 69.49 204.47 83.43 -
System Red Green Blue C M Y K H S L
Decimal 7 75 205 0.97 0.63 0 0.20 219.39 0.93 0.42
Hex 7 4B CD 61 3F 0 14 DB 5D 2A
Octal 7 113 315 141 77 0 24 333 135 52
Binary 111 1001011 11001101 1100001 111111 0 10100 11011011 1011101 101010

Color Harmonies of #074BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074BCD

Black with #074BCD

Text Example


Text Example

White with #074BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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