#1B77DF

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

Shades of Navy Blue #1B77DF

Tints of Navy Blue #1B77DF

Color information

#1B77DF (or 0x1B77DF) is unknown color: approx Navy Blue. HEX triplet: 1B, 77 and DF. RGB value is (27,119,223). Sum of RGB (Red+Green+Blue) = 27+119+223=369 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.32% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B77DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B77DF is #E48820. Grayscale: #666666. Windows color (decimal): -14977057 or 14645019. OLE color: 14645019.

HSL color Cylindrical-coordinate representation of color #1B77DF: hue angle of 211.84º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B77DF is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB27119223-
CMYK0.880.4700.13
HSL211.84º78.4%49.02%-
HSV(B)211.84º87.89%87.45%-
XYZ20.3718.7572.36-
YUV103.35195.5273.54-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.32%
GREEN value IS 119 (46.88% from 255) = 32.25%
BLUE value IS 223 (87.5% from 255) = 60.43%
R=7.32%
G=32.25%
B=60.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal271192230.880.4700.13211.8478.449.02
Hex1B77DF582F0Dd44e31
Octal331673371305701532411661
Binary11011111011111011111101100010111101101110101001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B77DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B77DF; }

 p { color: rgb(27,119,223); }

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

<style>
 a { background-color: #1B77DF; }

 a { background-color: rgb(27,119,223); }

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

<style>
 span { border-color: #1B77DF; }

 span { border-color: rgb(27,119,223); }

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