Html Css Color HEX #136ADD Navy Blue

📋 copy color: '#136ADD'

red 19 ◦ green 106 ◦ blue 221

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

Shades of Navy Blue #136ADD

Tints of Navy Blue #136ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.87%

R = 5.49%
G = 30.64%
B = 63.87%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#136ADD (or 0x136ADD) is known color: Navy Blue. HEX triplet: 13, 6A and DD. RGB value is (19,106,221). Sum of RGB (Red+Green+Blue) = 19+106+221=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #136ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136ADD is #EC9522. Grayscale: #5C5C5C. Windows color (decimal): -15504675 or 14510611. OLE color: 14510611.

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

Color convert

RGB 19 106 221 -
CMYK 0.91 0.52 0 0.13
HSL 214.16º 0.84% 0.47% -
HSV(B) 214.16º 0.91% 0.87% -
XYZ 18.47 15.67 70.46 -
YUV 93.1 200.18 75.15 -
System Red Green Blue C M Y K H S L
Decimal 19 106 221 0.91 0.52 0 0.13 214.16 0.84 0.47
Hex 13 6A DD 5B 34 0 D D6 54 2F
Octal 23 152 335 133 64 0 15 326 124 57
Binary 10011 1101010 11011101 1011011 110100 0 1101 11010110 1010100 101111

Color Harmonies of #136ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136ADD

Black with #136ADD

Text Example


Text Example

White with #136ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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