Html Css Color HEX #136CCD Navy Blue

📋 copy color: '#136CCD'

red 19 ◦ green 108 ◦ blue 205

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

Shades of Navy Blue #136CCD

Tints of Navy Blue #136CCD

RGB

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

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

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

R = 5.72%
G = 32.53%
B = 61.75%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#136CCD (or 0x136CCD) is known color: Navy Blue. HEX triplet: 13, 6C and CD. RGB value is (19,108,205). Sum of RGB (Red+Green+Blue) = 19+108+205=332 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.72% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #136CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136CCD is #EC9332. Grayscale: #5B5B5B. Windows color (decimal): -15504179 or 13462547. OLE color: 13462547.

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

Color convert

RGB 19 108 205 -
CMYK 0.91 0.47 0 0.20
HSL 211.29º 0.83% 0.44% -
HSV(B) 211.29º 0.91% 0.8% -
XYZ 16.65 15.27 59.83 -
YUV 92.45 191.51 75.61 -
System Red Green Blue C M Y K H S L
Decimal 19 108 205 0.91 0.47 0 0.20 211.29 0.83 0.44
Hex 13 6C CD 5B 2F 0 14 D3 53 2C
Octal 23 154 315 133 57 0 24 323 123 54
Binary 10011 1101100 11001101 1011011 101111 0 10100 11010011 1010011 101100

Color Harmonies of #136CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136CCD

Black with #136CCD

Text Example


Text Example

White with #136CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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