Html Css Color HEX #136ADC Navy Blue

📋 copy color: '#136ADC'

red 19 ◦ green 106 ◦ blue 220

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

Shades of Navy Blue #136ADC

Tints of Navy Blue #136ADC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.72%

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

R = 5.51%
G = 30.72%
B = 63.77%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#136ADC (or 0x136ADC) is known color: Navy Blue. HEX triplet: 13, 6A and DC. RGB value is (19,106,220). Sum of RGB (Red+Green+Blue) = 19+106+220=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #136ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136ADC is #EC9523. Grayscale: #5C5C5C. Windows color (decimal): -15504676 or 14445075. OLE color: 14445075.

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

Color convert

RGB 19 106 220 -
CMYK 0.91 0.52 0 0.14
HSL 214.03º 0.84% 0.47% -
HSV(B) 214.03º 0.91% 0.86% -
XYZ 18.34 15.61 69.76 -
YUV 92.98 199.68 75.23 -
System Red Green Blue C M Y K H S L
Decimal 19 106 220 0.91 0.52 0 0.14 214.03 0.84 0.47
Hex 13 6A DC 5B 34 0 E D6 54 2F
Octal 23 152 334 133 64 0 16 326 124 57
Binary 10011 1101010 11011100 1011011 110100 0 1110 11010110 1010100 101111

Color Harmonies of #136ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136ADC

Black with #136ADC

Text Example


Text Example

White with #136ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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