Html Css Color HEX #136FCC Navy Blue

📋 copy color: '#136FCC'

red 19 ◦ green 111 ◦ blue 204

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

Shades of Navy Blue #136FCC

Tints of Navy Blue #136FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.08%

R = 5.69%
G = 33.23%
B = 61.08%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#136FCC (or 0x136FCC) is known color: Navy Blue. HEX triplet: 13, 6F and CC. RGB value is (19,111,204). Sum of RGB (Red+Green+Blue) = 19+111+204=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #136FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136FCC is #EC9033. Grayscale: #5D5D5D. Windows color (decimal): -15503412 or 13397779. OLE color: 13397779.

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

Color convert

RGB 19 111 204 -
CMYK 0.91 0.46 0 0.2
HSL 210.16º 0.83% 0.44% -
HSV(B) 210.16º 0.91% 0.8% -
XYZ 16.85 15.87 59.3 -
YUV 94.09 190.02 74.44 -
System Red Green Blue C M Y K H S L
Decimal 19 111 204 0.91 0.46 0 0.2 210.16 0.83 0.44
Hex 13 6F CC 5B 2E 0 14 D2 53 2C
Octal 23 157 314 133 56 0 24 322 123 54
Binary 10011 1101111 11001100 1011011 101110 0 10100 11010010 1010011 101100

Color Harmonies of #136FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136FCC

Black with #136FCC

Text Example


Text Example

White with #136FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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