Html Css Color HEX #0763BF Navy Blue

📋 copy color: '#0763BF'

red 7 ◦ green 99 ◦ blue 191

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

Shades of Navy Blue #0763BF

Tints of Navy Blue #0763BF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.33%

 BLUE value IS 191 (75% from 255) = 64.31%

R = 2.36%
G = 33.33%
B = 64.31%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0763BF (or 0x0763BF) is known color: Navy Blue. HEX triplet: 07, 63 and BF. RGB value is (7,99,191). Sum of RGB (Red+Green+Blue) = 7+99+191=297 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 191 (75% from 255 or 64.31% from 297); Max value from RGB is 191 - color contains mainly: blue. Hex color #0763BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0763BF is #F89C40. Grayscale: #515151. Windows color (decimal): -16292929 or 12542727. OLE color: 12542727.

HSL color Cylindrical-coordinate representation of color #0763BF: hue angle of 210º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0763BF is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 99 191 -
CMYK 0.96 0.48 0 0.25
HSL 210º 0.93% 0.39% -
HSV(B) 210º 0.96% 0.75% -
XYZ 13.95 12.73 51.01 -
YUV 81.98 189.52 74.52 -
System Red Green Blue C M Y K H S L
Decimal 7 99 191 0.96 0.48 0 0.25 210 0.93 0.39
Hex 7 63 BF 60 30 0 19 D2 5D 27
Octal 7 143 277 140 60 0 31 322 135 47
Binary 111 1100011 10111111 1100000 110000 0 11001 11010010 1011101 100111

Color Harmonies of #0763BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0763BF

Black with #0763BF

Text Example


Text Example

White with #0763BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0763BF; }

 p { color: rgb(7,99,191); }

 H1.HeaderClassName
 {
   color: #0763BF;
 }
 .AnyTagClassName
 {
   color: #0763BF;
 }
</style>

background-color css

<style>
 a { background-color: #0763BF; }

 a { background-color: rgb(7,99,191); }

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

border-color css

<style>
 span { border-color: #0763BF; }

 span { border-color: rgb(7,99,191); }

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