Html Css Color HEX #0772BB Navy Blue

📋 copy color: '#0772BB'

red 7 ◦ green 114 ◦ blue 187

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

Shades of Navy Blue #0772BB

Tints of Navy Blue #0772BB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.01%

 BLUE value IS 187 (73.44% from 255) = 60.71%

R = 2.27%
G = 37.01%
B = 60.71%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0772BB (or 0x0772BB) is known color: Navy Blue. HEX triplet: 07, 72 and BB. RGB value is (7,114,187). Sum of RGB (Red+Green+Blue) = 7+114+187=308 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #0772BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0772BB is #F88D44. Grayscale: #595959. Windows color (decimal): -16289093 or 12284423. OLE color: 12284423.

HSL color Cylindrical-coordinate representation of color #0772BB: hue angle of 204.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0772BB is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 114 187 -
CMYK 0.96 0.39 0 0.27
HSL 204.33º 0.93% 0.38% -
HSV(B) 204.33º 0.96% 0.73% -
XYZ 15.07 15.67 49.24 -
YUV 90.33 182.55 68.56 -
System Red Green Blue C M Y K H S L
Decimal 7 114 187 0.96 0.39 0 0.27 204.33 0.93 0.38
Hex 7 72 BB 60 27 0 1B CC 5D 26
Octal 7 162 273 140 47 0 33 314 135 46
Binary 111 1110010 10111011 1100000 100111 0 11011 11001100 1011101 100110

Color Harmonies of #0772BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0772BB

Black with #0772BB

Text Example


Text Example

White with #0772BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0772BB; }

 p { color: rgb(7,114,187); }

 H1.HeaderClassName
 {
   color: #0772BB;
 }
 .AnyTagClassName
 {
   color: #0772BB;
 }
</style>

background-color css

<style>
 a { background-color: #0772BB; }

 a { background-color: rgb(7,114,187); }

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

border-color css

<style>
 span { border-color: #0772BB; }

 span { border-color: rgb(7,114,187); }

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