Html Css Color HEX #136DEB Navy Blue

📋 copy color: '#136DEB'

red 19 ◦ green 109 ◦ blue 235

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

Shades of Navy Blue #136DEB

Tints of Navy Blue #136DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 64.74%

R = 5.23%
G = 30.03%
B = 64.74%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#136DEB (or 0x136DEB) is known color: Navy Blue. HEX triplet: 13, 6D and EB. RGB value is (19,109,235). Sum of RGB (Red+Green+Blue) = 19+109+235=363 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.23% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 235 (92.19% from 255 or 64.74% from 363); Max value from RGB is 235 - color contains mainly: blue. Hex color #136DEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136DEB is #EC9214. Grayscale: #5F5F5F. Windows color (decimal): -15503893 or 15428883. OLE color: 15428883.

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

Color convert

RGB 19 109 235 -
CMYK 0.92 0.54 0 0.08
HSL 215º 0.85% 0.5% -
HSV(B) 215º 0.92% 0.92% -
XYZ 20.73 17.07 80.8 -
YUV 96.45 206.18 72.75 -
System Red Green Blue C M Y K H S L
Decimal 19 109 235 0.92 0.54 0 0.08 215 0.85 0.5
Hex 13 6D EB 5C 36 0 8 D7 55 32
Octal 23 155 353 134 66 0 10 327 125 62
Binary 10011 1101101 11101011 1011100 110110 0 1000 11010111 1010101 110010

Color Harmonies of #136DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136DEB

Black with #136DEB

Text Example


Text Example

White with #136DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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