#135BE6

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

Shades of Navy Blue #135BE6

Tints of Navy Blue #135BE6

Color information

#135BE6 (or 0x135BE6) is unknown color: approx Navy Blue. HEX triplet: 13, 5B and E6. RGB value is (19,91,230). Sum of RGB (Red+Green+Blue) = 19+91+230=340 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.59% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 230 (90.23% from 255 or 67.65% from 340); Max value from RGB is 230 - color contains mainly: blue. Hex color #135BE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135BE6 is #ECA419. Grayscale: #545454. Windows color (decimal): -15508506 or 15096595. OLE color: 15096595.

HSL color Cylindrical-coordinate representation of color #135BE6: hue angle of 219.53º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #135BE6 is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1991230-
CMYK0.920.6000.10
HSL219.53º84.74%48.82%-
HSV(B)219.53º91.74%90.2%-
XYZ18.2913.3376.47-
YUV85.32209.6580.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.59%
GREEN value IS 91 (35.94% from 255) = 26.76%
BLUE value IS 230 (90.23% from 255) = 67.65%
R=5.59%
G=26.76%
B=67.65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal19912300.920.6000.10219.5384.7448.82
Hex135BE65C3C0Adc5531
Octal231333461347401233412561
Binary10011101101111100110101110011110001010110111001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135BE6; }

 p { color: rgb(19,91,230); }

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

<style>
 a { background-color: #135BE6; }

 a { background-color: rgb(19,91,230); }

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

<style>
 span { border-color: #135BE6; }

 span { border-color: rgb(19,91,230); }

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