#135AEA

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

Shades of Navy Blue #135AEA

Tints of Navy Blue #135AEA

Color information

#135AEA (or 0x135AEA) is unknown color: approx Navy Blue. HEX triplet: 13, 5A and EA. RGB value is (19,90,234). Sum of RGB (Red+Green+Blue) = 19+90+234=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 234 (91.80% from 255 or 68.22% from 343); Max value from RGB is 234 - color contains mainly: blue. Hex color #135AEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135AEA is #ECA515. Grayscale: #545454. Windows color (decimal): -15508758 or 15358483. OLE color: 15358483.

HSL color Cylindrical-coordinate representation of color #135AEA: hue angle of 220.19º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #135AEA is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1990234-
CMYK0.920.6200.08
HSL220.19º84.98%49.61%-
HSV(B)220.19º91.88%91.76%-
XYZ18.7813.3979.44-
YUV85.19211.9880.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.54%
GREEN value IS 90 (35.55% from 255) = 26.24%
BLUE value IS 234 (91.80% from 255) = 68.22%
R=5.54%
G=26.24%
B=68.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal19902340.920.6200.08220.1984.9849.61
Hex135AEA5C3E08dc5532
Octal231323521347601033412562
Binary10011101101011101010101110011111001000110111001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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