Html Css Color HEX #0780DF Navy Blue

📋 copy color: '#0780DF'

red 7 ◦ green 128 ◦ blue 223

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

Shades of Navy Blue #0780DF

Tints of Navy Blue #0780DF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.75%

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

R = 1.96%
G = 35.75%
B = 62.29%

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

#0780DF (or 0x0780DF) is known color: Navy Blue. HEX triplet: 07, 80 and DF. RGB value is (7,128,223). Sum of RGB (Red+Green+Blue) = 7+128+223=358 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.96% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #0780DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0780DF is #F87F20. Grayscale: #666666. Windows color (decimal): -16285473 or 14647303. OLE color: 14647303.

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

Color convert

RGB 7 128 223 -
CMYK 0.97 0.43 0 0.13
HSL 206.39º 0.94% 0.45% -
HSV(B) 206.39º 0.97% 0.87% -
XYZ 21.13 20.81 72.72 -
YUV 102.65 195.91 59.78 -
System Red Green Blue C M Y K H S L
Decimal 7 128 223 0.97 0.43 0 0.13 206.39 0.94 0.45
Hex 7 80 DF 61 2B 0 D CE 5E 2D
Octal 7 200 337 141 53 0 15 316 136 55
Binary 111 10000000 11011111 1100001 101011 0 1101 11001110 1011110 101101

Color Harmonies of #0780DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0780DF

Black with #0780DF

Text Example


Text Example

White with #0780DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0780DF; }

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

 H1.HeaderClassName
 {
   color: #0780DF;
 }
 .AnyTagClassName
 {
   color: #0780DF;
 }
</style>

background-color css

<style>
 a { background-color: #0780DF; }

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

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

border-color css

<style>
 span { border-color: #0780DF; }

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

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