#135AE7

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

Shades of Navy Blue #135AE7

Tints of Navy Blue #135AE7

Color information

#135AE7 (or 0x135AE7) is unknown color: approx Navy Blue. HEX triplet: 13, 5A and E7. RGB value is (19,90,231). Sum of RGB (Red+Green+Blue) = 19+90+231=340 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.59% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 231 (90.62% from 255 or 67.94% from 340); Max value from RGB is 231 - color contains mainly: blue. Hex color #135AE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135AE7 is #ECA518. Grayscale: #545454. Windows color (decimal): -15508761 or 15161875. OLE color: 15161875.

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

Color convert

RGB1990231-
CMYK0.920.6100.09
HSL219.91º84.8%49.02%-
HSV(B)219.91º91.77%90.59%-
XYZ18.3513.2277.19-
YUV84.84210.4881.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.59%
GREEN value IS 90 (35.55% from 255) = 26.47%
BLUE value IS 231 (90.62% from 255) = 67.94%
R=5.59%
G=26.47%
B=67.94%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal19902310.920.6100.09219.9184.849.02
Hex135AE75C3D09dc5531
Octal231323471347501133412561
Binary10011101101011100111101110011110101001110111001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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