Html Css Color HEX #136BD2 Navy Blue

📋 copy color: '#136BD2'

red 19 ◦ green 107 ◦ blue 210

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

Shades of Navy Blue #136BD2

Tints of Navy Blue #136BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 62.5%

R = 5.65%
G = 31.85%
B = 62.5%

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

#136BD2 (or 0x136BD2) is known color: Navy Blue. HEX triplet: 13, 6B and D2. RGB value is (19,107,210). Sum of RGB (Red+Green+Blue) = 19+107+210=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 210 (82.42% from 255 or 62.5% from 336); Max value from RGB is 210 - color contains mainly: blue. Hex color #136BD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136BD2 is #EC942D. Grayscale: #5B5B5B. Windows color (decimal): -15504430 or 13789971. OLE color: 13789971.

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

Color convert

RGB 19 107 210 -
CMYK 0.91 0.49 0 0.18
HSL 212.36º 0.83% 0.45% -
HSV(B) 212.36º 0.91% 0.82% -
XYZ 17.16 15.31 63.02 -
YUV 92.43 194.35 75.62 -
System Red Green Blue C M Y K H S L
Decimal 19 107 210 0.91 0.49 0 0.18 212.36 0.83 0.45
Hex 13 6B D2 5B 31 0 12 D4 53 2D
Octal 23 153 322 133 61 0 22 324 123 55
Binary 10011 1101011 11010010 1011011 110001 0 10010 11010100 1010011 101101

Color Harmonies of #136BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136BD2

Black with #136BD2

Text Example


Text Example

White with #136BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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