Html Css Color HEX #136ACE Navy Blue

📋 copy color: '#136ACE'

red 19 ◦ green 106 ◦ blue 206

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

Shades of Navy Blue #136ACE

Tints of Navy Blue #136ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.02%

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

R = 5.74%
G = 32.02%
B = 62.24%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#136ACE (or 0x136ACE) is known color: Navy Blue. HEX triplet: 13, 6A and CE. RGB value is (19,106,206). Sum of RGB (Red+Green+Blue) = 19+106+206=331 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.74% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #136ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136ACE is #EC9531. Grayscale: #5A5A5A. Windows color (decimal): -15504690 or 13527571. OLE color: 13527571.

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

Color convert

RGB 19 106 206 -
CMYK 0.91 0.49 0 0.19
HSL 212.09º 0.83% 0.44% -
HSV(B) 212.09º 0.91% 0.81% -
XYZ 16.56 14.9 60.4 -
YUV 91.39 192.68 76.37 -
System Red Green Blue C M Y K H S L
Decimal 19 106 206 0.91 0.49 0 0.19 212.09 0.83 0.44
Hex 13 6A CE 5B 31 0 13 D4 53 2C
Octal 23 152 316 133 61 0 23 324 123 54
Binary 10011 1101010 11001110 1011011 110001 0 10011 11010100 1010011 101100

Color Harmonies of #136ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136ACE

Black with #136ACE

Text Example


Text Example

White with #136ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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