Html Css Color HEX #136FDD Navy Blue

📋 copy color: '#136FDD'

red 19 ◦ green 111 ◦ blue 221

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

Shades of Navy Blue #136FDD

Tints of Navy Blue #136FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.96%

R = 5.41%
G = 31.62%
B = 62.96%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#136FDD (or 0x136FDD) is known color: Navy Blue. HEX triplet: 13, 6F and DD. RGB value is (19,111,221). Sum of RGB (Red+Green+Blue) = 19+111+221=351 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.41% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #136FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136FDD is #EC9022. Grayscale: #5F5F5F. Windows color (decimal): -15503395 or 14511891. OLE color: 14511891.

HSL color Cylindrical-coordinate representation of color #136FDD: hue angle of 212.67º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136FDD is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 111 221 -
CMYK 0.91 0.50 0 0.13
HSL 212.67º 0.84% 0.47% -
HSV(B) 212.67º 0.91% 0.87% -
XYZ 19 16.73 70.63 -
YUV 96.03 198.52 73.06 -
System Red Green Blue C M Y K H S L
Decimal 19 111 221 0.91 0.50 0 0.13 212.67 0.84 0.47
Hex 13 6F DD 5B 32 0 D D5 54 2F
Octal 23 157 335 133 62 0 15 325 124 57
Binary 10011 1101111 11011101 1011011 110010 0 1101 11010101 1010100 101111

Color Harmonies of #136FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136FDD

Black with #136FDD

Text Example


Text Example

White with #136FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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