Html Css Color HEX #136FCD Navy Blue

📋 copy color: '#136FCD'

red 19 ◦ green 111 ◦ blue 205

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

Shades of Navy Blue #136FCD

Tints of Navy Blue #136FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.13%

 BLUE value IS 205 (80.47% from 255) = 61.19%

R = 5.67%
G = 33.13%
B = 61.19%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#136FCD (or 0x136FCD) is known color: Navy Blue. HEX triplet: 13, 6F and CD. RGB value is (19,111,205). Sum of RGB (Red+Green+Blue) = 19+111+205=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #136FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136FCD is #EC9032. Grayscale: #5D5D5D. Windows color (decimal): -15503411 or 13463315. OLE color: 13463315.

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

Color convert

RGB 19 111 205 -
CMYK 0.91 0.46 0 0.20
HSL 210.32º 0.83% 0.44% -
HSV(B) 210.32º 0.91% 0.8% -
XYZ 16.97 15.92 59.93 -
YUV 94.21 190.52 74.36 -
System Red Green Blue C M Y K H S L
Decimal 19 111 205 0.91 0.46 0 0.20 210.32 0.83 0.44
Hex 13 6F CD 5B 2E 0 14 D2 53 2C
Octal 23 157 315 133 56 0 24 322 123 54
Binary 10011 1101111 11001101 1011011 101110 0 10100 11010010 1010011 101100

Color Harmonies of #136FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136FCD

Black with #136FCD

Text Example


Text Example

White with #136FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,111,205); }

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

background-color css

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

 a { background-color: rgb(19,111,205); }

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

border-color css

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

 span { border-color: rgb(19,111,205); }

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