Html Css Color HEX #136FDC Navy Blue

📋 copy color: '#136FDC'

red 19 ◦ green 111 ◦ blue 220

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

Shades of Navy Blue #136FDC

Tints of Navy Blue #136FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.86%

R = 5.43%
G = 31.71%
B = 62.86%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#136FDC (or 0x136FDC) is known color: Navy Blue. HEX triplet: 13, 6F and DC. RGB value is (19,111,220). Sum of RGB (Red+Green+Blue) = 19+111+220=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #136FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136FDC is #EC9023. Grayscale: #5F5F5F. Windows color (decimal): -15503396 or 14446355. OLE color: 14446355.

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

Color convert

RGB 19 111 220 -
CMYK 0.91 0.50 0 0.14
HSL 212.54º 0.84% 0.47% -
HSV(B) 212.54º 0.91% 0.86% -
XYZ 18.87 16.67 69.93 -
YUV 95.92 198.02 73.14 -
System Red Green Blue C M Y K H S L
Decimal 19 111 220 0.91 0.50 0 0.14 212.54 0.84 0.47
Hex 13 6F DC 5B 32 0 E D5 54 2F
Octal 23 157 334 133 62 0 16 325 124 57
Binary 10011 1101111 11011100 1011011 110010 0 1110 11010101 1010100 101111

Color Harmonies of #136FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136FDC

Black with #136FDC

Text Example


Text Example

White with #136FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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