Html Css Color HEX #137FDF Navy Blue

📋 copy color: '#137FDF'

red 19 ◦ green 127 ◦ blue 223

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

Shades of Navy Blue #137FDF

Tints of Navy Blue #137FDF

RGB

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

 GREEN value IS 127 (50% from 255) = 34.42%

 BLUE value IS 223 (87.5% from 255) = 60.43%

R = 5.15%
G = 34.42%
B = 60.43%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#137FDF (or 0x137FDF) is known color: Navy Blue. HEX triplet: 13, 7F and DF. RGB value is (19,127,223). Sum of RGB (Red+Green+Blue) = 19+127+223=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #137FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137FDF is #EC8020. Grayscale: #696969. Windows color (decimal): -15499297 or 14647059. OLE color: 14647059.

HSL color Cylindrical-coordinate representation of color #137FDF: hue angle of 208.24º 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 #137FDF is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 127 223 -
CMYK 0.91 0.43 0 0.13
HSL 208.24º 0.84% 0.47% -
HSV(B) 208.24º 0.91% 0.87% -
XYZ 21.18 20.64 72.68 -
YUV 105.65 194.22 66.19 -
System Red Green Blue C M Y K H S L
Decimal 19 127 223 0.91 0.43 0 0.13 208.24 0.84 0.47
Hex 13 7F DF 5B 2B 0 D D0 54 2F
Octal 23 177 337 133 53 0 15 320 124 57
Binary 10011 1111111 11011111 1011011 101011 0 1101 11010000 1010100 101111

Color Harmonies of #137FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137FDF

Black with #137FDF

Text Example


Text Example

White with #137FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137FDF; }

 p { color: rgb(19,127,223); }

 H1.HeaderClassName
 {
   color: #137FDF;
 }
 .AnyTagClassName
 {
   color: #137FDF;
 }
</style>

background-color css

<style>
 a { background-color: #137FDF; }

 a { background-color: rgb(19,127,223); }

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

border-color css

<style>
 span { border-color: #137FDF; }

 span { border-color: rgb(19,127,223); }

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