Html Css Color HEX #137BDF Navy Blue

📋 copy color: '#137BDF'

red 19 ◦ green 123 ◦ blue 223

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

Shades of Navy Blue #137BDF

Tints of Navy Blue #137BDF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.7%

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

R = 5.21%
G = 33.7%
B = 61.1%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#137BDF (or 0x137BDF) is known color: Navy Blue. HEX triplet: 13, 7B and DF. RGB value is (19,123,223). Sum of RGB (Red+Green+Blue) = 19+123+223=365 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.21% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #137BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137BDF is #EC8420. Grayscale: #666666. Windows color (decimal): -15500321 or 14646035. OLE color: 14646035.

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

Color convert

RGB 19 123 223 -
CMYK 0.91 0.45 0 0.13
HSL 209.41º 0.84% 0.47% -
HSV(B) 209.41º 0.91% 0.87% -
XYZ 20.67 19.63 72.51 -
YUV 103.3 195.54 67.87 -
System Red Green Blue C M Y K H S L
Decimal 19 123 223 0.91 0.45 0 0.13 209.41 0.84 0.47
Hex 13 7B DF 5B 2D 0 D D1 54 2F
Octal 23 173 337 133 55 0 15 321 124 57
Binary 10011 1111011 11011111 1011011 101101 0 1101 11010001 1010100 101111

Color Harmonies of #137BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137BDF

Black with #137BDF

Text Example


Text Example

White with #137BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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