Html Css Color HEX #136BDD Navy Blue

📋 copy color: '#136BDD'

red 19 ◦ green 107 ◦ blue 221

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

Shades of Navy Blue #136BDD

Tints of Navy Blue #136BDD

RGB

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

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

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

R = 5.48%
G = 30.84%
B = 63.69%

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

#136BDD (or 0x136BDD) is known color: Navy Blue. HEX triplet: 13, 6B and DD. RGB value is (19,107,221). Sum of RGB (Red+Green+Blue) = 19+107+221=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #136BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136BDD is #EC9422. Grayscale: #5D5D5D. Windows color (decimal): -15504419 or 14510867. OLE color: 14510867.

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

Color convert

RGB 19 107 221 -
CMYK 0.91 0.52 0 0.13
HSL 213.86º 0.84% 0.47% -
HSV(B) 213.86º 0.91% 0.87% -
XYZ 18.58 15.87 70.49 -
YUV 93.68 199.85 74.73 -
System Red Green Blue C M Y K H S L
Decimal 19 107 221 0.91 0.52 0 0.13 213.86 0.84 0.47
Hex 13 6B DD 5B 34 0 D D6 54 2F
Octal 23 153 335 133 64 0 15 326 124 57
Binary 10011 1101011 11011101 1011011 110100 0 1101 11010110 1010100 101111

Color Harmonies of #136BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136BDD

Black with #136BDD

Text Example


Text Example

White with #136BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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