Html Css Color HEX #0761DC Navy Blue

📋 copy color: '#0761DC'

red 7 ◦ green 97 ◦ blue 220

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

Shades of Navy Blue #0761DC

Tints of Navy Blue #0761DC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.94%

 BLUE value IS 220 (86.33% from 255) = 67.9%

R = 2.16%
G = 29.94%
B = 67.9%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0761DC (or 0x0761DC) is known color: Navy Blue. HEX triplet: 07, 61 and DC. RGB value is (7,97,220). Sum of RGB (Red+Green+Blue) = 7+97+220=324 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.16% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 220 (86.33% from 255 or 67.90% from 324); Max value from RGB is 220 - color contains mainly: blue. Hex color #0761DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0761DC is #F89E23. Grayscale: #535353. Windows color (decimal): -16293412 or 14442759. OLE color: 14442759.

HSL color Cylindrical-coordinate representation of color #0761DC: hue angle of 214.65º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0761DC is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 97 220 -
CMYK 0.97 0.56 0 0.14
HSL 214.65º 0.94% 0.45% -
HSV(B) 214.65º 0.97% 0.86% -
XYZ 17.28 13.76 69.46 -
YUV 84.11 204.68 73 -
System Red Green Blue C M Y K H S L
Decimal 7 97 220 0.97 0.56 0 0.14 214.65 0.94 0.45
Hex 7 61 DC 61 38 0 E D7 5E 2D
Octal 7 141 334 141 70 0 16 327 136 55
Binary 111 1100001 11011100 1100001 111000 0 1110 11010111 1011110 101101

Color Harmonies of #0761DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0761DC

Black with #0761DC

Text Example


Text Example

White with #0761DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0761DC; }

 p { color: rgb(7,97,220); }

 H1.HeaderClassName
 {
   color: #0761DC;
 }
 .AnyTagClassName
 {
   color: #0761DC;
 }
</style>

background-color css

<style>
 a { background-color: #0761DC; }

 a { background-color: rgb(7,97,220); }

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

border-color css

<style>
 span { border-color: #0761DC; }

 span { border-color: rgb(7,97,220); }

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