#135AE6

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

Shades of Navy Blue #135AE6

Tints of Navy Blue #135AE6

Color information

#135AE6 (or 0x135AE6) is unknown color: approx Navy Blue. HEX triplet: 13, 5A and E6. RGB value is (19,90,230). Sum of RGB (Red+Green+Blue) = 19+90+230=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 230 (90.23% from 255 or 67.85% from 339); Max value from RGB is 230 - color contains mainly: blue. Hex color #135AE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135AE6 is #ECA519. Grayscale: #545454. Windows color (decimal): -15508762 or 15096339. OLE color: 15096339.

HSL color Cylindrical-coordinate representation of color #135AE6: hue angle of 219.81º 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 #135AE6 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1990230-
CMYK0.920.6100.10
HSL219.81º84.74%48.82%-
HSV(B)219.81º91.74%90.2%-
XYZ18.2113.1676.44-
YUV84.73209.9881.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.60%
GREEN value IS 90 (35.55% from 255) = 26.55%
BLUE value IS 230 (90.23% from 255) = 67.85%
R=5.60%
G=26.55%
B=67.85%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal19902300.920.6100.10219.8184.7448.82
Hex135AE65C3D0Adc5531
Octal231323461347501233412561
Binary10011101101011100110101110011110101010110111001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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