Html Css Color HEX #136DEC Navy Blue

📋 copy color: '#136DEC'

red 19 ◦ green 109 ◦ blue 236

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

Shades of Navy Blue #136DEC

Tints of Navy Blue #136DEC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.95%

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

R = 5.22%
G = 29.95%
B = 64.84%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#136DEC (or 0x136DEC) is known color: Navy Blue. HEX triplet: 13, 6D and EC. RGB value is (19,109,236). Sum of RGB (Red+Green+Blue) = 19+109+236=364 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.22% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 236 (92.58% from 255 or 64.84% from 364); Max value from RGB is 236 - color contains mainly: blue. Hex color #136DEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136DEC is #EC9213. Grayscale: #5F5F5F. Windows color (decimal): -15503892 or 15494419. OLE color: 15494419.

HSL color Cylindrical-coordinate representation of color #136DEC: hue angle of 215.12º 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 #136DEC is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 109 236 -
CMYK 0.92 0.54 0 0.07
HSL 215.12º 0.85% 0.5% -
HSV(B) 215.12º 0.92% 0.93% -
XYZ 20.88 17.13 81.56 -
YUV 96.57 206.68 72.67 -
System Red Green Blue C M Y K H S L
Decimal 19 109 236 0.92 0.54 0 0.07 215.12 0.85 0.5
Hex 13 6D EC 5C 36 0 7 D7 55 32
Octal 23 155 354 134 66 0 7 327 125 62
Binary 10011 1101101 11101100 1011100 110110 0 111 11010111 1010101 110010

Color Harmonies of #136DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136DEC

Black with #136DEC

Text Example


Text Example

White with #136DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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