Html Css Color HEX #136CDF Navy Blue

📋 copy color: '#136CDF'

red 19 ◦ green 108 ◦ blue 223

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

Shades of Navy Blue #136CDF

Tints of Navy Blue #136CDF

RGB

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

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

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

R = 5.43%
G = 30.86%
B = 63.71%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#136CDF (or 0x136CDF) is known color: Navy Blue. HEX triplet: 13, 6C and DF. RGB value is (19,108,223). Sum of RGB (Red+Green+Blue) = 19+108+223=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #136CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136CDF is #EC9320. Grayscale: #5D5D5D. Windows color (decimal): -15504161 or 14642195. OLE color: 14642195.

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

Color convert

RGB 19 108 223 -
CMYK 0.91 0.52 0 0.13
HSL 213.82º 0.84% 0.47% -
HSV(B) 213.82º 0.91% 0.87% -
XYZ 18.95 16.19 71.94 -
YUV 94.5 200.51 74.15 -
System Red Green Blue C M Y K H S L
Decimal 19 108 223 0.91 0.52 0 0.13 213.82 0.84 0.47
Hex 13 6C DF 5B 34 0 D D6 54 2F
Octal 23 154 337 133 64 0 15 326 124 57
Binary 10011 1101100 11011111 1011011 110100 0 1101 11010110 1010100 101111

Color Harmonies of #136CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136CDF

Black with #136CDF

Text Example


Text Example

White with #136CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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