#027BE3

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

Shades of Navy Blue #027BE3

Tints of Navy Blue #027BE3

Color information

#027BE3 (or 0x027BE3) is unknown color: approx Navy Blue. HEX triplet: 02, 7B and E3. RGB value is (2,123,227). Sum of RGB (Red+Green+Blue) = 2+123+227=352 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 227 (89.06% from 255 or 64.49% from 352); Max value from RGB is 227 - color contains mainly: blue. Hex color #027BE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027BE3 is #FD841C. Grayscale: #626262. Windows color (decimal): -16614429 or 14908162. OLE color: 14908162.

HSL color Cylindrical-coordinate representation of color #027BE3: hue angle of 207.73º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027BE3 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB2123227-
CMYK0.990.4600.11
HSL207.73º98.25%44.9%-
HSV(B)207.73º99.12%89.02%-
XYZ20.9719.7275.37-
YUV98.68200.4159.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.57%
GREEN value IS 123 (48.44% from 255) = 34.94%
BLUE value IS 227 (89.06% from 255) = 64.49%
R=0.57%
G=34.94%
B=64.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal21232270.990.4600.11207.7398.2544.9
Hex27BE3632E0Bd0622d
Octal21733431435601332014255
Binary10111101111100011110001110111001011110100001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,123,227); }

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

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

 a { background-color: rgb(2,123,227); }

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

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

 span { border-color: rgb(2,123,227); }

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