Html Css Color HEX #0763CC Navy Blue

📋 copy color: '#0763CC'

red 7 ◦ green 99 ◦ blue 204

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

Shades of Navy Blue #0763CC

Tints of Navy Blue #0763CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 65.81%

R = 2.26%
G = 31.94%
B = 65.81%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0763CC (or 0x0763CC) is known color: Navy Blue. HEX triplet: 07, 63 and CC. RGB value is (7,99,204). Sum of RGB (Red+Green+Blue) = 7+99+204=310 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.26% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #0763CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0763CC is #F89C33. Grayscale: #525252. Windows color (decimal): -16292916 or 13394695. OLE color: 13394695.

HSL color Cylindrical-coordinate representation of color #0763CC: hue angle of 211.98º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0763CC is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 7 99 204 -
CMYK 0.97 0.51 0 0.2
HSL 211.98º 0.93% 0.41% -
HSV(B) 211.98º 0.97% 0.8% -
XYZ 15.45 13.33 58.89 -
YUV 83.46 196.02 73.46 -
System Red Green Blue C M Y K H S L
Decimal 7 99 204 0.97 0.51 0 0.2 211.98 0.93 0.41
Hex 7 63 CC 61 33 0 14 D4 5D 29
Octal 7 143 314 141 63 0 24 324 135 51
Binary 111 1100011 11001100 1100001 110011 0 10100 11010100 1011101 101001

Color Harmonies of #0763CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0763CC

Black with #0763CC

Text Example


Text Example

White with #0763CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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