Html Css Color HEX #136BD4 Navy Blue

📋 copy color: '#136BD4'

red 19 ◦ green 107 ◦ blue 212

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

Shades of Navy Blue #136BD4

Tints of Navy Blue #136BD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 62.72%

R = 5.62%
G = 31.66%
B = 62.72%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#136BD4 (or 0x136BD4) is known color: Navy Blue. HEX triplet: 13, 6B and D4. RGB value is (19,107,212). Sum of RGB (Red+Green+Blue) = 19+107+212=338 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.62% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 212 (83.20% from 255 or 62.72% from 338); Max value from RGB is 212 - color contains mainly: blue. Hex color #136BD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136BD4 is #EC942B. Grayscale: #5C5C5C. Windows color (decimal): -15504428 or 13921043. OLE color: 13921043.

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

Color convert

RGB 19 107 212 -
CMYK 0.91 0.50 0 0.17
HSL 212.64º 0.84% 0.45% -
HSV(B) 212.64º 0.91% 0.83% -
XYZ 17.41 15.41 64.34 -
YUV 92.66 195.35 75.46 -
System Red Green Blue C M Y K H S L
Decimal 19 107 212 0.91 0.50 0 0.17 212.64 0.84 0.45
Hex 13 6B D4 5B 32 0 11 D5 54 2D
Octal 23 153 324 133 62 0 21 325 124 55
Binary 10011 1101011 11010100 1011011 110010 0 10001 11010101 1010100 101101

Color Harmonies of #136BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136BD4

Black with #136BD4

Text Example


Text Example

White with #136BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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