Html Css Color HEX #077FDD Navy Blue

📋 copy color: '#077FDD'

red 7 ◦ green 127 ◦ blue 221

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

Shades of Navy Blue #077FDD

Tints of Navy Blue #077FDD

RGB

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

 GREEN value IS 127 (50% from 255) = 35.77%

 BLUE value IS 221 (86.72% from 255) = 62.25%

R = 1.97%
G = 35.77%
B = 62.25%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#077FDD (or 0x077FDD) is known color: Navy Blue. HEX triplet: 07, 7F and DD. RGB value is (7,127,221). Sum of RGB (Red+Green+Blue) = 7+127+221=355 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #077FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077FDD is #F88022. Grayscale: #656565. Windows color (decimal): -16285731 or 14515975. OLE color: 14515975.

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

Color convert

RGB 7 127 221 -
CMYK 0.97 0.43 0 0.13
HSL 206.36º 0.94% 0.45% -
HSV(B) 206.36º 0.97% 0.87% -
XYZ 20.73 20.44 71.26 -
YUV 101.84 195.24 60.36 -
System Red Green Blue C M Y K H S L
Decimal 7 127 221 0.97 0.43 0 0.13 206.36 0.94 0.45
Hex 7 7F DD 61 2B 0 D CE 5E 2D
Octal 7 177 335 141 53 0 15 316 136 55
Binary 111 1111111 11011101 1100001 101011 0 1101 11001110 1011110 101101

Color Harmonies of #077FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077FDD

Black with #077FDD

Text Example


Text Example

White with #077FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077FDD; }

 p { color: rgb(7,127,221); }

 H1.HeaderClassName
 {
   color: #077FDD;
 }
 .AnyTagClassName
 {
   color: #077FDD;
 }
</style>

background-color css

<style>
 a { background-color: #077FDD; }

 a { background-color: rgb(7,127,221); }

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

border-color css

<style>
 span { border-color: #077FDD; }

 span { border-color: rgb(7,127,221); }

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