Html Css Color HEX #136CDD Navy Blue

📋 copy color: '#136CDD'

red 19 ◦ green 108 ◦ blue 221

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

Shades of Navy Blue #136CDD

Tints of Navy Blue #136CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.03%

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

R = 5.46%
G = 31.03%
B = 63.51%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#136CDD (or 0x136CDD) is known color: Navy Blue. HEX triplet: 13, 6C and DD. RGB value is (19,108,221). Sum of RGB (Red+Green+Blue) = 19+108+221=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #136CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136CDD is #EC9322. Grayscale: #5D5D5D. Windows color (decimal): -15504163 or 14511123. OLE color: 14511123.

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

Color convert

RGB 19 108 221 -
CMYK 0.91 0.51 0 0.13
HSL 213.56º 0.84% 0.47% -
HSV(B) 213.56º 0.91% 0.87% -
XYZ 18.68 16.08 70.53 -
YUV 94.27 199.51 74.31 -
System Red Green Blue C M Y K H S L
Decimal 19 108 221 0.91 0.51 0 0.13 213.56 0.84 0.47
Hex 13 6C DD 5B 33 0 D D6 54 2F
Octal 23 154 335 133 63 0 15 326 124 57
Binary 10011 1101100 11011101 1011011 110011 0 1101 11010110 1010100 101111

Color Harmonies of #136CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136CDD

Black with #136CDD

Text Example


Text Example

White with #136CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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