Html Css Color HEX #136FD5 Navy Blue

📋 copy color: '#136FD5'

red 19 ◦ green 111 ◦ blue 213

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

Shades of Navy Blue #136FD5

Tints of Navy Blue #136FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 62.1%

R = 5.54%
G = 32.36%
B = 62.1%

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

#136FD5 (or 0x136FD5) is known color: Navy Blue. HEX triplet: 13, 6F and D5. RGB value is (19,111,213). Sum of RGB (Red+Green+Blue) = 19+111+213=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 213 (83.59% from 255 or 62.10% from 343); Max value from RGB is 213 - color contains mainly: blue. Hex color #136FD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136FD5 is #EC902A. Grayscale: #5E5E5E. Windows color (decimal): -15503403 or 13987603. OLE color: 13987603.

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

Color convert

RGB 19 111 213 -
CMYK 0.91 0.48 0 0.16
HSL 211.55º 0.84% 0.45% -
HSV(B) 211.55º 0.91% 0.84% -
XYZ 17.96 16.31 65.15 -
YUV 95.12 194.52 73.71 -
System Red Green Blue C M Y K H S L
Decimal 19 111 213 0.91 0.48 0 0.16 211.55 0.84 0.45
Hex 13 6F D5 5B 30 0 10 D4 54 2D
Octal 23 157 325 133 60 0 20 324 124 55
Binary 10011 1101111 11010101 1011011 110000 0 10000 11010100 1010100 101101

Color Harmonies of #136FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136FD5

Black with #136FD5

Text Example


Text Example

White with #136FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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