#136BCF

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

Shades of Navy Blue #136BCF

Tints of Navy Blue #136BCF

Color information

#136BCF (or 0x136BCF) is unknown color: approx Navy Blue. HEX triplet: 13, 6B and CF. RGB value is (19,107,207). Sum of RGB (Red+Green+Blue) = 19+107+207=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #136BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136BCF is #EC9430. Grayscale: #5B5B5B. Windows color (decimal): -15504433 or 13593363. OLE color: 13593363.

HSL color Cylindrical-coordinate representation of color #136BCF: hue angle of 211.91º 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 #136BCF is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19107207-
CMYK0.910.4800.19
HSL211.91º83.19%44.31%-
HSV(B)211.91º90.82%81.18%-
XYZ16.7915.1661.07-
YUV92.09192.8575.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.71%
GREEN value IS 107 (42.19% from 255) = 32.13%
BLUE value IS 207 (81.25% from 255) = 62.16%
R=5.71%
G=32.13%
B=62.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal191072070.910.4800.19211.9183.1944.31
Hex136BCF5B30013d4532c
Octal231533171336002332412354
Binary100111101011110011111011011110000010011110101001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136BCF; }

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

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

<style>
 a { background-color: #136BCF; }

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

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

<style>
 span { border-color: #136BCF; }

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

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