Html Css Color HEX #136CCE Navy Blue

📋 copy color: '#136CCE'

red 19 ◦ green 108 ◦ blue 206

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

Shades of Navy Blue #136CCE

Tints of Navy Blue #136CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.86%

R = 5.71%
G = 32.43%
B = 61.86%

CMYK

 C value IS 0.91

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#136CCE (or 0x136CCE) is known color: Navy Blue. HEX triplet: 13, 6C and CE. RGB value is (19,108,206). Sum of RGB (Red+Green+Blue) = 19+108+206=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #136CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136CCE is #EC9331. Grayscale: #5C5C5C. Windows color (decimal): -15504178 or 13528083. OLE color: 13528083.

HSL color Cylindrical-coordinate representation of color #136CCE: hue angle of 211.44º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136CCE is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 108 206 -
CMYK 0.91 0.48 0 0.19
HSL 211.44º 0.83% 0.44% -
HSV(B) 211.44º 0.91% 0.81% -
XYZ 16.77 15.32 60.47 -
YUV 92.56 192.01 75.53 -
System Red Green Blue C M Y K H S L
Decimal 19 108 206 0.91 0.48 0 0.19 211.44 0.83 0.44
Hex 13 6C CE 5B 30 0 13 D3 53 2C
Octal 23 154 316 133 60 0 23 323 123 54
Binary 10011 1101100 11001110 1011011 110000 0 10011 11010011 1010011 101100

Color Harmonies of #136CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136CCE

Black with #136CCE

Text Example


Text Example

White with #136CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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