#027ACB

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

Shades of Navy Blue #027ACB

Tints of Navy Blue #027ACB

Color information

#027ACB (or 0x027ACB) is unknown color: approx Navy Blue. HEX triplet: 02, 7A and CB. RGB value is (2,122,203). Sum of RGB (Red+Green+Blue) = 2+122+203=327 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 203 (79.69% from 255 or 62.08% from 327); Max value from RGB is 203 - color contains mainly: blue. Hex color #027ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027ACB is #FD8534. Grayscale: #5E5E5E. Windows color (decimal): -16614709 or 13335042. OLE color: 13335042.

HSL color Cylindrical-coordinate representation of color #027ACB: hue angle of 204.18º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027ACB is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB2122203-
CMYK0.990.4000.20
HSL204.18º98.05%40.2%-
HSV(B)204.18º99.01%79.61%-
XYZ17.7618.2459.09-
YUV95.35188.7461.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.61%
GREEN value IS 122 (48.05% from 255) = 37.31%
BLUE value IS 203 (79.69% from 255) = 62.08%
R=0.61%
G=37.31%
B=62.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal21222030.990.4000.20204.1898.0540.2
Hex27ACB6328014cc6228
Octal21723131435002431414250
Binary101111010110010111100011101000010100110011001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027ACB; }

 p { color: rgb(2,122,203); }

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

<style>
 a { background-color: #027ACB; }

 a { background-color: rgb(2,122,203); }

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

<style>
 span { border-color: #027ACB; }

 span { border-color: rgb(2,122,203); }

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