#1377CF

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

Shades of Navy Blue #1377CF

Tints of Navy Blue #1377CF

Color information

#1377CF (or 0x1377CF) is unknown color: approx Navy Blue. HEX triplet: 13, 77 and CF. RGB value is (19,119,207). Sum of RGB (Red+Green+Blue) = 19+119+207=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #1377CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1377CF is #EC8830. Grayscale: #626262. Windows color (decimal): -15501361 or 13596435. OLE color: 13596435.

HSL color Cylindrical-coordinate representation of color #1377CF: hue angle of 208.09º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1377CF is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19119207-
CMYK0.910.4300.19
HSL208.09º83.19%44.31%-
HSV(B)208.09º90.82%81.18%-
XYZ18.1317.8461.52-
YUV99.13188.8770.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.51%
GREEN value IS 119 (46.88% from 255) = 34.49%
BLUE value IS 207 (81.25% from 255) = 60%
R=5.51%
G=34.49%
B=60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal191192070.910.4300.19208.0983.1944.31
Hex1377CF5B2B013d0532c
Octal231673171335302332012354
Binary100111110111110011111011011101011010011110100001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1377CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1377CF; }

 p { color: rgb(19,119,207); }

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

<style>
 a { background-color: #1377CF; }

 a { background-color: rgb(19,119,207); }

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

<style>
 span { border-color: #1377CF; }

 span { border-color: rgb(19,119,207); }

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