Html Css Color HEX #136DDF Navy Blue

📋 copy color: '#136DDF'

red 19 ◦ green 109 ◦ blue 223

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

Shades of Navy Blue #136DDF

Tints of Navy Blue #136DDF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.05%

 BLUE value IS 223 (87.5% from 255) = 63.53%

R = 5.41%
G = 31.05%
B = 63.53%

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

#136DDF (or 0x136DDF) is known color: Navy Blue. HEX triplet: 13, 6D and DF. RGB value is (19,109,223). Sum of RGB (Red+Green+Blue) = 19+109+223=351 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.41% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #136DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136DDF is #EC9220. Grayscale: #5E5E5E. Windows color (decimal): -15503905 or 14642451. OLE color: 14642451.

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

Color convert

RGB 19 109 223 -
CMYK 0.91 0.51 0 0.13
HSL 213.53º 0.84% 0.47% -
HSV(B) 213.53º 0.91% 0.87% -
XYZ 19.06 16.4 71.97 -
YUV 95.09 200.18 73.73 -
System Red Green Blue C M Y K H S L
Decimal 19 109 223 0.91 0.51 0 0.13 213.53 0.84 0.47
Hex 13 6D DF 5B 33 0 D D6 54 2F
Octal 23 155 337 133 63 0 15 326 124 57
Binary 10011 1101101 11011111 1011011 110011 0 1101 11010110 1010100 101111

Color Harmonies of #136DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136DDF

Black with #136DDF

Text Example


Text Example

White with #136DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,109,223); }

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

background-color css

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

 a { background-color: rgb(19,109,223); }

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

border-color css

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

 span { border-color: rgb(19,109,223); }

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