Html Css Color HEX #0070BB Navy Blue

📋 copy color: '#0070BB'

red 0 ◦ green 112 ◦ blue 187

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

Shades of Navy Blue #0070BB

Tints of Navy Blue #0070BB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 112 (44.14% from 255) = 37.46%

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

R = 0%
G = 37.46%
B = 62.54%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0070BB (or 0x0070BB) is known color: Navy Blue. HEX triplet: 00, 70 and BB. RGB value is (0,112,187). Sum of RGB (Red+Green+Blue) = 0+112+187=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #0070BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0070BB is #FF8F44. Grayscale: #565656. Windows color (decimal): -16748357 or 12283904. OLE color: 12283904.

HSL color Cylindrical-coordinate representation of color #0070BB: hue angle of 204.06º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0070BB is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 112 187 -
CMYK 1 0.40 0 0.27
HSL 204.06º 1% 0.37% -
HSV(B) 204.06º 1% 0.73% -
XYZ 14.76 15.18 49.16 -
YUV 87.06 184.39 65.9 -
System Red Green Blue C M Y K H S L
Decimal 0 112 187 1 0.40 0 0.27 204.06 1 0.37
Hex 0 70 BB 64 28 0 1B CC 64 25
Octal 0 160 273 144 50 0 33 314 144 45
Binary 0 1110000 10111011 1100100 101000 0 11011 11001100 1100100 100101

Color Harmonies of #0070BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0070BB

Black with #0070BB

Text Example


Text Example

White with #0070BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,112,187); }

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

background-color css

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

 a { background-color: rgb(0,112,187); }

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

border-color css

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

 span { border-color: rgb(0,112,187); }

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