Html Css Color HEX #136FD3 Navy Blue

📋 copy color: '#136FD3'

red 19 ◦ green 111 ◦ blue 211

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

Shades of Navy Blue #136FD3

Tints of Navy Blue #136FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 61.88%

R = 5.57%
G = 32.55%
B = 61.88%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#136FD3 (or 0x136FD3) is known color: Navy Blue. HEX triplet: 13, 6F and D3. RGB value is (19,111,211). Sum of RGB (Red+Green+Blue) = 19+111+211=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 211 (82.81% from 255 or 61.88% from 341); Max value from RGB is 211 - color contains mainly: blue. Hex color #136FD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136FD3 is #EC902C. Grayscale: #5E5E5E. Windows color (decimal): -15503405 or 13856531. OLE color: 13856531.

HSL color Cylindrical-coordinate representation of color #136FD3: hue angle of 211.25º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136FD3 is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 19 111 211 -
CMYK 0.91 0.47 0 0.17
HSL 211.25º 0.83% 0.45% -
HSV(B) 211.25º 0.91% 0.83% -
XYZ 17.71 16.21 63.82 -
YUV 94.89 193.52 73.87 -
System Red Green Blue C M Y K H S L
Decimal 19 111 211 0.91 0.47 0 0.17 211.25 0.83 0.45
Hex 13 6F D3 5B 2F 0 11 D3 53 2D
Octal 23 157 323 133 57 0 21 323 123 55
Binary 10011 1101111 11010011 1011011 101111 0 10001 11010011 1010011 101101

Color Harmonies of #136FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136FD3

Black with #136FD3

Text Example


Text Example

White with #136FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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