#135DDE

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

Shades of Navy Blue #135DDE

Tints of Navy Blue #135DDE

Color information

#135DDE (or 0x135DDE) is unknown color: approx Navy Blue. HEX triplet: 13, 5D and DE. RGB value is (19,93,222). Sum of RGB (Red+Green+Blue) = 19+93+222=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 222 (87.11% from 255 or 66.47% from 334); Max value from RGB is 222 - color contains mainly: blue. Hex color #135DDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135DDE is #ECA221. Grayscale: #545454. Windows color (decimal): -15508002 or 14572819. OLE color: 14572819.

HSL color Cylindrical-coordinate representation of color #135DDE: hue angle of 218.13º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #135DDE is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1993222-
CMYK0.910.5800.13
HSL218.13º84.23%47.25%-
HSV(B)218.13º91.44%87.06%-
XYZ17.3713.2470.75-
YUV85.58204.9880.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.69%
GREEN value IS 93 (36.72% from 255) = 27.84%
BLUE value IS 222 (87.11% from 255) = 66.47%
R=5.69%
G=27.84%
B=66.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal19932220.910.5800.13218.1384.2347.25
Hex135DDE5B3A0Dda542f
Octal231353361337201533212457
Binary10011101110111011110101101111101001101110110101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,93,222); }

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

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

 a { background-color: rgb(19,93,222); }

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

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

 span { border-color: rgb(19,93,222); }

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