Html Css Color HEX #136DD6 Navy Blue

📋 copy color: '#136DD6'

red 19 ◦ green 109 ◦ blue 214

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

Shades of Navy Blue #136DD6

Tints of Navy Blue #136DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 62.57%

R = 5.56%
G = 31.87%
B = 62.57%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#136DD6 (or 0x136DD6) is known color: Navy Blue. HEX triplet: 13, 6D and D6. RGB value is (19,109,214). Sum of RGB (Red+Green+Blue) = 19+109+214=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 214 (83.98% from 255 or 62.57% from 342); Max value from RGB is 214 - color contains mainly: blue. Hex color #136DD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136DD6 is #EC9229. Grayscale: #5D5D5D. Windows color (decimal): -15503914 or 14052627. OLE color: 14052627.

HSL color Cylindrical-coordinate representation of color #136DD6: hue angle of 212.31º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136DD6 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 109 214 -
CMYK 0.91 0.49 0 0.16
HSL 212.31º 0.84% 0.46% -
HSV(B) 212.31º 0.91% 0.84% -
XYZ 17.87 15.93 65.75 -
YUV 94.06 195.68 74.46 -
System Red Green Blue C M Y K H S L
Decimal 19 109 214 0.91 0.49 0 0.16 212.31 0.84 0.46
Hex 13 6D D6 5B 31 0 10 D4 54 2E
Octal 23 155 326 133 61 0 20 324 124 56
Binary 10011 1101101 11010110 1011011 110001 0 10000 11010100 1010100 101110

Color Harmonies of #136DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136DD6

Black with #136DD6

Text Example


Text Example

White with #136DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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