Html Css Color HEX #1370CE Navy Blue

📋 copy color: '#1370CE'

red 19 ◦ green 112 ◦ blue 206

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

Shades of Navy Blue #1370CE

Tints of Navy Blue #1370CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.13%

R = 5.64%
G = 33.23%
B = 61.13%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1370CE (or 0x1370CE) is known color: Navy Blue. HEX triplet: 13, 70 and CE. RGB value is (19,112,206). Sum of RGB (Red+Green+Blue) = 19+112+206=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #1370CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1370CE is #EC8F31. Grayscale: #5E5E5E. Windows color (decimal): -15503154 or 13529107. OLE color: 13529107.

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

Color convert

RGB 19 112 206 -
CMYK 0.91 0.46 0 0.19
HSL 210.16º 0.83% 0.44% -
HSV(B) 210.16º 0.91% 0.81% -
XYZ 17.2 16.18 60.61 -
YUV 94.91 190.69 73.86 -
System Red Green Blue C M Y K H S L
Decimal 19 112 206 0.91 0.46 0 0.19 210.16 0.83 0.44
Hex 13 70 CE 5B 2E 0 13 D2 53 2C
Octal 23 160 316 133 56 0 23 322 123 54
Binary 10011 1110000 11001110 1011011 101110 0 10011 11010010 1010011 101100

Color Harmonies of #1370CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1370CE

Black with #1370CE

Text Example


Text Example

White with #1370CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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