Html Css Color HEX #136BDC Navy Blue

📋 copy color: '#136BDC'

red 19 ◦ green 107 ◦ blue 220

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

Shades of Navy Blue #136BDC

Tints of Navy Blue #136BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.92%

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

R = 5.49%
G = 30.92%
B = 63.58%

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

#136BDC (or 0x136BDC) is known color: Navy Blue. HEX triplet: 13, 6B and DC. RGB value is (19,107,220). Sum of RGB (Red+Green+Blue) = 19+107+220=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #136BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136BDC is #EC9423. Grayscale: #5D5D5D. Windows color (decimal): -15504420 or 14445331. OLE color: 14445331.

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

Color convert

RGB 19 107 220 -
CMYK 0.91 0.51 0 0.14
HSL 213.73º 0.84% 0.47% -
HSV(B) 213.73º 0.91% 0.86% -
XYZ 18.44 15.82 69.79 -
YUV 93.57 199.35 74.81 -
System Red Green Blue C M Y K H S L
Decimal 19 107 220 0.91 0.51 0 0.14 213.73 0.84 0.47
Hex 13 6B DC 5B 33 0 E D6 54 2F
Octal 23 153 334 133 63 0 16 326 124 57
Binary 10011 1101011 11011100 1011011 110011 0 1110 11010110 1010100 101111

Color Harmonies of #136BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136BDC

Black with #136BDC

Text Example


Text Example

White with #136BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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