Html Css Color HEX #0765BF Navy Blue

📋 copy color: '#0765BF'

red 7 ◦ green 101 ◦ blue 191

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

Shades of Navy Blue #0765BF

Tints of Navy Blue #0765BF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.78%

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

R = 2.34%
G = 33.78%
B = 63.88%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0765BF (or 0x0765BF) is known color: Navy Blue. HEX triplet: 07, 65 and BF. RGB value is (7,101,191). Sum of RGB (Red+Green+Blue) = 7+101+191=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 191 (75% from 255 or 63.88% from 299); Max value from RGB is 191 - color contains mainly: blue. Hex color #0765BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0765BF is #F89A40. Grayscale: #525252. Windows color (decimal): -16292417 or 12543239. OLE color: 12543239.

HSL color Cylindrical-coordinate representation of color #0765BF: hue angle of 209.35º 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 #0765BF is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 101 191 -
CMYK 0.96 0.47 0 0.25
HSL 209.35º 0.93% 0.39% -
HSV(B) 209.35º 0.96% 0.75% -
XYZ 14.15 13.11 51.08 -
YUV 83.15 188.86 73.68 -
System Red Green Blue C M Y K H S L
Decimal 7 101 191 0.96 0.47 0 0.25 209.35 0.93 0.39
Hex 7 65 BF 60 2F 0 19 D1 5D 27
Octal 7 145 277 140 57 0 31 321 135 47
Binary 111 1100101 10111111 1100000 101111 0 11001 11010001 1011101 100111

Color Harmonies of #0765BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0765BF

Black with #0765BF

Text Example


Text Example

White with #0765BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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