#0270BF

Color #0270BF Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0270BF

Tints of Navy Blue #0270BF

Color information

#0270BF (or 0x0270BF) is unknown color: approx Navy Blue. HEX triplet: 02, 70 and BF. RGB value is (2,112,191). Sum of RGB (Red+Green+Blue) = 2+112+191=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #0270BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0270BF is #FD8F40. Grayscale: #575757. Windows color (decimal): -16617281 or 12546050. OLE color: 12546050.

HSL color Cylindrical-coordinate representation of color #0270BF: hue angle of 205.08º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0270BF is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2112191-
CMYK0.990.4100.25
HSL205.08º97.93%37.84%-
HSV(B)205.08º98.95%74.9%-
XYZ15.2215.3651.45-
YUV88.12186.0666.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.66%
GREEN value IS 112 (44.14% from 255) = 36.72%
BLUE value IS 191 (75% from 255) = 62.62%
R=0.66%
G=36.72%
B=62.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal21121910.990.4100.25205.0897.9337.84
Hex270BF6329019cd6226
Octal21602771435103131514246
Binary101110000101111111100011101001011001110011011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0270BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,112,191); }

 H1.HeaderClassName
 {
   color: #0270BF;
 }
 .AnyTagClassName
 {
   color: #0270BF;
 }
</style>
background-color css

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

 a { background-color: rgb(2,112,191); }

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

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

 span { border-color: rgb(2,112,191); }

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