Html Css Color HEX #136FD7 Navy Blue

📋 copy color: '#136FD7'

red 19 ◦ green 111 ◦ blue 215

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

Shades of Navy Blue #136FD7

Tints of Navy Blue #136FD7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.17%

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

R = 5.51%
G = 32.17%
B = 62.32%

CMYK

 C value IS 0.91

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#136FD7 (or 0x136FD7) is known color: Navy Blue. HEX triplet: 13, 6F and D7. RGB value is (19,111,215). Sum of RGB (Red+Green+Blue) = 19+111+215=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 215 (84.38% from 255 or 62.32% from 345); Max value from RGB is 215 - color contains mainly: blue. Hex color #136FD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136FD7 is #EC9028. Grayscale: #5E5E5E. Windows color (decimal): -15503401 or 14118675. OLE color: 14118675.

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

Color convert

RGB 19 111 215 -
CMYK 0.91 0.48 0 0.16
HSL 211.84º 0.84% 0.46% -
HSV(B) 211.84º 0.91% 0.84% -
XYZ 18.22 16.41 66.5 -
YUV 95.35 195.52 73.54 -
System Red Green Blue C M Y K H S L
Decimal 19 111 215 0.91 0.48 0 0.16 211.84 0.84 0.46
Hex 13 6F D7 5B 30 0 10 D4 54 2E
Octal 23 157 327 133 60 0 20 324 124 56
Binary 10011 1101111 11010111 1011011 110000 0 10000 11010100 1010100 101110

Color Harmonies of #136FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136FD7

Black with #136FD7

Text Example


Text Example

White with #136FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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