Html Css Color HEX #1370CB Navy Blue

📋 copy color: '#1370CB'

red 19 ◦ green 112 ◦ blue 203

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

Shades of Navy Blue #1370CB

Tints of Navy Blue #1370CB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.53%

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

R = 5.69%
G = 33.53%
B = 60.78%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1370CB (or 0x1370CB) is known color: Navy Blue. HEX triplet: 13, 70 and CB. RGB value is (19,112,203). Sum of RGB (Red+Green+Blue) = 19+112+203=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #1370CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1370CB is #EC8F34. Grayscale: #5E5E5E. Windows color (decimal): -15503157 or 13332499. OLE color: 13332499.

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

Color convert

RGB 19 112 203 -
CMYK 0.91 0.45 0 0.20
HSL 209.67º 0.83% 0.44% -
HSV(B) 209.67º 0.91% 0.8% -
XYZ 16.84 16.04 58.71 -
YUV 94.57 189.19 74.1 -
System Red Green Blue C M Y K H S L
Decimal 19 112 203 0.91 0.45 0 0.20 209.67 0.83 0.44
Hex 13 70 CB 5B 2D 0 14 D2 53 2C
Octal 23 160 313 133 55 0 24 322 123 54
Binary 10011 1110000 11001011 1011011 101101 0 10100 11010010 1010011 101100

Color Harmonies of #1370CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1370CB

Black with #1370CB

Text Example


Text Example

White with #1370CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1370CB; }

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

 H1.HeaderClassName
 {
   color: #1370CB;
 }
 .AnyTagClassName
 {
   color: #1370CB;
 }
</style>

background-color css

<style>
 a { background-color: #1370CB; }

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

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

border-color css

<style>
 span { border-color: #1370CB; }

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

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