Html Css Color HEX #135DEC Navy Blue

📋 copy color: '#135DEC'

red 19 ◦ green 93 ◦ blue 236

#135DEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #135DEC

Tints of Navy Blue #135DEC

RGB

 RED value IS 19 (7.81% from 255) = 5.46%

 GREEN value IS 93 (36.72% from 255) = 26.72%

 BLUE value IS 236 (92.58% from 255) = 67.82%

R = 5.46%
G = 26.72%
B = 67.82%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#135DEC (or 0x135DEC) is known color: Navy Blue. HEX triplet: 13, 5D and EC. RGB value is (19,93,236). Sum of RGB (Red+Green+Blue) = 19+93+236=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 236 (92.58% from 255 or 67.82% from 348); Max value from RGB is 236 - color contains mainly: blue. Hex color #135DEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135DEC is #ECA213. Grayscale: #565656. Windows color (decimal): -15507988 or 15490323. OLE color: 15490323.

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

Color convert

RGB 19 93 236 -
CMYK 0.92 0.61 0 0.07
HSL 219.54º 0.85% 0.5% -
HSV(B) 219.54º 0.92% 0.93% -
XYZ 19.32 14.02 81.05 -
YUV 87.18 211.98 79.37 -
System Red Green Blue C M Y K H S L
Decimal 19 93 236 0.92 0.61 0 0.07 219.54 0.85 0.5
Hex 13 5D EC 5C 3D 0 7 DC 55 32
Octal 23 135 354 134 75 0 7 334 125 62
Binary 10011 1011101 11101100 1011100 111101 0 111 11011100 1010101 110010

Color Harmonies of #135DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135DEC

Black with #135DEC

Text Example


Text Example

White with #135DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #135DEC;
 }
 .AnyTagClassName
 {
   color: #135DEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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