Html Css Color HEX #137ACF Navy Blue

📋 copy color: '#137ACF'

red 19 ◦ green 122 ◦ blue 207

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

Shades of Navy Blue #137ACF

Tints of Navy Blue #137ACF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.06%

 BLUE value IS 207 (81.25% from 255) = 59.48%

R = 5.46%
G = 35.06%
B = 59.48%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#137ACF (or 0x137ACF) is known color: Navy Blue. HEX triplet: 13, 7A and CF. RGB value is (19,122,207). Sum of RGB (Red+Green+Blue) = 19+122+207=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #137ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137ACF is #EC8530. Grayscale: #646464. Windows color (decimal): -15500593 or 13597203. OLE color: 13597203.

HSL color Cylindrical-coordinate representation of color #137ACF: hue angle of 207.13º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #137ACF is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 122 207 -
CMYK 0.91 0.41 0 0.19
HSL 207.13º 0.83% 0.44% -
HSV(B) 207.13º 0.91% 0.81% -
XYZ 18.49 18.56 61.64 -
YUV 100.89 187.88 69.59 -
System Red Green Blue C M Y K H S L
Decimal 19 122 207 0.91 0.41 0 0.19 207.13 0.83 0.44
Hex 13 7A CF 5B 29 0 13 CF 53 2C
Octal 23 172 317 133 51 0 23 317 123 54
Binary 10011 1111010 11001111 1011011 101001 0 10011 11001111 1010011 101100

Color Harmonies of #137ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137ACF

Black with #137ACF

Text Example


Text Example

White with #137ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,122,207); }

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

background-color css

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

 a { background-color: rgb(19,122,207); }

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

border-color css

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

 span { border-color: rgb(19,122,207); }

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