#027BED

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

Shades of Navy Blue #027BED

Tints of Navy Blue #027BED

Color information

#027BED (or 0x027BED) is unknown color: approx Navy Blue. HEX triplet: 02, 7B and ED. RGB value is (2,123,237). Sum of RGB (Red+Green+Blue) = 2+123+237=362 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 237 (92.97% from 255 or 65.47% from 362); Max value from RGB is 237 - color contains mainly: blue. Hex color #027BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027BED is #FD8412. Grayscale: #636363. Windows color (decimal): -16614419 or 15563522. OLE color: 15563522.

HSL color Cylindrical-coordinate representation of color #027BED: hue angle of 209.11º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027BED is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2123237-
CMYK0.990.4800.07
HSL209.11º98.33%46.86%-
HSV(B)209.11º99.16%92.94%-
XYZ22.3920.2982.86-
YUV99.82205.4158.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.55%
GREEN value IS 123 (48.44% from 255) = 33.98%
BLUE value IS 237 (92.97% from 255) = 65.47%
R=0.55%
G=33.98%
B=65.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal21232370.990.4800.07209.1198.3346.86
Hex27BED633007d1622f
Octal2173355143600732114257
Binary1011110111110110111000111100000111110100011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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