Html Css Color HEX #136BDA Navy Blue

📋 copy color: '#136BDA'

red 19 ◦ green 107 ◦ blue 218

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

Shades of Navy Blue #136BDA

Tints of Navy Blue #136BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 63.37%

R = 5.52%
G = 31.1%
B = 63.37%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#136BDA (or 0x136BDA) is known color: Navy Blue. HEX triplet: 13, 6B and DA. RGB value is (19,107,218). Sum of RGB (Red+Green+Blue) = 19+107+218=344 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.52% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 218 (85.55% from 255 or 63.37% from 344); Max value from RGB is 218 - color contains mainly: blue. Hex color #136BDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136BDA is #EC9425. Grayscale: #5C5C5C. Windows color (decimal): -15504422 or 14314259. OLE color: 14314259.

HSL color Cylindrical-coordinate representation of color #136BDA: hue angle of 213.47º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136BDA is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 107 218 -
CMYK 0.91 0.51 0 0.15
HSL 213.47º 0.84% 0.46% -
HSV(B) 213.47º 0.91% 0.85% -
XYZ 18.18 15.72 68.4 -
YUV 93.34 198.35 74.97 -
System Red Green Blue C M Y K H S L
Decimal 19 107 218 0.91 0.51 0 0.15 213.47 0.84 0.46
Hex 13 6B DA 5B 33 0 F D5 54 2E
Octal 23 153 332 133 63 0 17 325 124 56
Binary 10011 1101011 11011010 1011011 110011 0 1111 11010101 1010100 101110

Color Harmonies of #136BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136BDA

Black with #136BDA

Text Example


Text Example

White with #136BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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