Html Css Color HEX #137BCB Navy Blue

📋 copy color: '#137BCB'

red 19 ◦ green 123 ◦ blue 203

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

Shades of Navy Blue #137BCB

Tints of Navy Blue #137BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58.84%

R = 5.51%
G = 35.65%
B = 58.84%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#137BCB (or 0x137BCB) is known color: Navy Blue. HEX triplet: 13, 7B and CB. RGB value is (19,123,203). Sum of RGB (Red+Green+Blue) = 19+123+203=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #137BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137BCB is #EC8434. Grayscale: #646464. Windows color (decimal): -15500341 or 13335315. OLE color: 13335315.

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

Color convert

RGB 19 123 203 -
CMYK 0.91 0.39 0 0.20
HSL 206.09º 0.83% 0.44% -
HSV(B) 206.09º 0.91% 0.8% -
XYZ 18.13 18.62 59.14 -
YUV 101.02 185.54 69.5 -
System Red Green Blue C M Y K H S L
Decimal 19 123 203 0.91 0.39 0 0.20 206.09 0.83 0.44
Hex 13 7B CB 5B 27 0 14 CE 53 2C
Octal 23 173 313 133 47 0 24 316 123 54
Binary 10011 1111011 11001011 1011011 100111 0 10100 11001110 1010011 101100

Color Harmonies of #137BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137BCB

Black with #137BCB

Text Example


Text Example

White with #137BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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