Html Css Color HEX #136BD1 Navy Blue

📋 copy color: '#136BD1'

red 19 ◦ green 107 ◦ blue 209

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

Shades of Navy Blue #136BD1

Tints of Navy Blue #136BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 62.39%

R = 5.67%
G = 31.94%
B = 62.39%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#136BD1 (or 0x136BD1) is known color: Navy Blue. HEX triplet: 13, 6B and D1. RGB value is (19,107,209). Sum of RGB (Red+Green+Blue) = 19+107+209=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 209 (82.03% from 255 or 62.39% from 335); Max value from RGB is 209 - color contains mainly: blue. Hex color #136BD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136BD1 is #EC942E. Grayscale: #5B5B5B. Windows color (decimal): -15504431 or 13724435. OLE color: 13724435.

HSL color Cylindrical-coordinate representation of color #136BD1: hue angle of 212.21º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136BD1 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 107 209 -
CMYK 0.91 0.49 0 0.18
HSL 212.21º 0.83% 0.45% -
HSV(B) 212.21º 0.91% 0.82% -
XYZ 17.03 15.26 62.37 -
YUV 92.32 193.85 75.71 -
System Red Green Blue C M Y K H S L
Decimal 19 107 209 0.91 0.49 0 0.18 212.21 0.83 0.45
Hex 13 6B D1 5B 31 0 12 D4 53 2D
Octal 23 153 321 133 61 0 22 324 123 55
Binary 10011 1101011 11010001 1011011 110001 0 10010 11010100 1010011 101101

Color Harmonies of #136BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136BD1

Black with #136BD1

Text Example


Text Example

White with #136BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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