Html Css Color HEX #077CDF Navy Blue

📋 copy color: '#077CDF'

red 7 ◦ green 124 ◦ blue 223

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

Shades of Navy Blue #077CDF

Tints of Navy Blue #077CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.99%

R = 1.98%
G = 35.03%
B = 62.99%

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

#077CDF (or 0x077CDF) is known color: Navy Blue. HEX triplet: 07, 7C and DF. RGB value is (7,124,223). Sum of RGB (Red+Green+Blue) = 7+124+223=354 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #077CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077CDF is #F88320. Grayscale: #636363. Windows color (decimal): -16286497 or 14646279. OLE color: 14646279.

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

Color convert

RGB 7 124 223 -
CMYK 0.97 0.44 0 0.13
HSL 207.5º 0.94% 0.45% -
HSV(B) 207.5º 0.97% 0.87% -
XYZ 20.61 19.79 72.55 -
YUV 100.3 197.24 61.45 -
System Red Green Blue C M Y K H S L
Decimal 7 124 223 0.97 0.44 0 0.13 207.5 0.94 0.45
Hex 7 7C DF 61 2C 0 D D0 5E 2D
Octal 7 174 337 141 54 0 15 320 136 55
Binary 111 1111100 11011111 1100001 101100 0 1101 11010000 1011110 101101

Color Harmonies of #077CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077CDF

Black with #077CDF

Text Example


Text Example

White with #077CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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