Html Css Color HEX #077CDD Navy Blue

📋 copy color: '#077CDD'

red 7 ◦ green 124 ◦ blue 221

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

Shades of Navy Blue #077CDD

Tints of Navy Blue #077CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.23%

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

R = 1.99%
G = 35.23%
B = 62.78%

CMYK

 C value IS 0.97

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#077CDD (or 0x077CDD) is known color: Navy Blue. HEX triplet: 07, 7C and DD. RGB value is (7,124,221). Sum of RGB (Red+Green+Blue) = 7+124+221=352 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #077CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077CDD is #F88322. Grayscale: #636363. Windows color (decimal): -16286499 or 14515207. OLE color: 14515207.

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

Color convert

RGB 7 124 221 -
CMYK 0.97 0.44 0 0.13
HSL 207.2º 0.94% 0.45% -
HSV(B) 207.2º 0.97% 0.87% -
XYZ 20.35 19.68 71.13 -
YUV 100.08 196.24 61.61 -
System Red Green Blue C M Y K H S L
Decimal 7 124 221 0.97 0.44 0 0.13 207.2 0.94 0.45
Hex 7 7C DD 61 2C 0 D CF 5E 2D
Octal 7 174 335 141 54 0 15 317 136 55
Binary 111 1111100 11011101 1100001 101100 0 1101 11001111 1011110 101101

Color Harmonies of #077CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077CDD

Black with #077CDD

Text Example


Text Example

White with #077CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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