Html Css Color HEX #136DD7 Navy Blue

📋 copy color: '#136DD7'

red 19 ◦ green 109 ◦ blue 215

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

Shades of Navy Blue #136DD7

Tints of Navy Blue #136DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 62.68%

R = 5.54%
G = 31.78%
B = 62.68%

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

#136DD7 (or 0x136DD7) is known color: Navy Blue. HEX triplet: 13, 6D and D7. RGB value is (19,109,215). Sum of RGB (Red+Green+Blue) = 19+109+215=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 215 (84.38% from 255 or 62.68% from 343); Max value from RGB is 215 - color contains mainly: blue. Hex color #136DD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136DD7 is #EC9228. Grayscale: #5D5D5D. Windows color (decimal): -15503913 or 14118163. OLE color: 14118163.

HSL color Cylindrical-coordinate representation of color #136DD7: hue angle of 212.45º 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 #136DD7 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 109 215 -
CMYK 0.91 0.49 0 0.16
HSL 212.45º 0.84% 0.46% -
HSV(B) 212.45º 0.91% 0.84% -
XYZ 18 15.98 66.43 -
YUV 94.17 196.18 74.38 -
System Red Green Blue C M Y K H S L
Decimal 19 109 215 0.91 0.49 0 0.16 212.45 0.84 0.46
Hex 13 6D D7 5B 31 0 10 D4 54 2E
Octal 23 155 327 133 61 0 20 324 124 56
Binary 10011 1101101 11010111 1011011 110001 0 10000 11010100 1010100 101110

Color Harmonies of #136DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136DD7

Black with #136DD7

Text Example


Text Example

White with #136DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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