Html Css Color HEX #136CDB Navy Blue

📋 copy color: '#136CDB'

red 19 ◦ green 108 ◦ blue 219

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

Shades of Navy Blue #136CDB

Tints of Navy Blue #136CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.21%

 BLUE value IS 219 (85.94% from 255) = 63.29%

R = 5.49%
G = 31.21%
B = 63.29%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#136CDB (or 0x136CDB) is known color: Navy Blue. HEX triplet: 13, 6C and DB. RGB value is (19,108,219). Sum of RGB (Red+Green+Blue) = 19+108+219=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #136CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136CDB is #EC9324. Grayscale: #5D5D5D. Windows color (decimal): -15504165 or 14380051. OLE color: 14380051.

HSL color Cylindrical-coordinate representation of color #136CDB: hue angle of 213.3º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136CDB is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 108 219 -
CMYK 0.91 0.51 0 0.14
HSL 213.3º 0.84% 0.47% -
HSV(B) 213.3º 0.91% 0.86% -
XYZ 18.42 15.98 69.13 -
YUV 94.04 198.51 74.47 -
System Red Green Blue C M Y K H S L
Decimal 19 108 219 0.91 0.51 0 0.14 213.3 0.84 0.47
Hex 13 6C DB 5B 33 0 E D5 54 2F
Octal 23 154 333 133 63 0 16 325 124 57
Binary 10011 1101100 11011011 1011011 110011 0 1110 11010101 1010100 101111

Color Harmonies of #136CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136CDB

Black with #136CDB

Text Example


Text Example

White with #136CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,108,219); }

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

background-color css

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

 a { background-color: rgb(19,108,219); }

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

border-color css

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

 span { border-color: rgb(19,108,219); }

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