Html Css Color HEX #1379CA Navy Blue

📋 copy color: '#1379CA'

red 19 ◦ green 121 ◦ blue 202

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

Shades of Navy Blue #1379CA

Tints of Navy Blue #1379CA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.38%

 BLUE value IS 202 (79.3% from 255) = 59.06%

R = 5.56%
G = 35.38%
B = 59.06%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1379CA (or 0x1379CA) is known color: Navy Blue. HEX triplet: 13, 79 and CA. RGB value is (19,121,202). Sum of RGB (Red+Green+Blue) = 19+121+202=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 202 (79.30% from 255 or 59.06% from 342); Max value from RGB is 202 - color contains mainly: blue. Hex color #1379CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1379CA is #EC8635. Grayscale: #636363. Windows color (decimal): -15500854 or 13269267. OLE color: 13269267.

HSL color Cylindrical-coordinate representation of color #1379CA: hue angle of 206.56º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1379CA is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 19 121 202 -
CMYK 0.91 0.40 0 0.21
HSL 206.56º 0.83% 0.43% -
HSV(B) 206.56º 0.91% 0.79% -
XYZ 17.77 18.08 58.43 -
YUV 99.74 185.71 70.41 -
System Red Green Blue C M Y K H S L
Decimal 19 121 202 0.91 0.40 0 0.21 206.56 0.83 0.43
Hex 13 79 CA 5B 28 0 15 CF 53 2B
Octal 23 171 312 133 50 0 25 317 123 53
Binary 10011 1111001 11001010 1011011 101000 0 10101 11001111 1010011 101011

Color Harmonies of #1379CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1379CA

Black with #1379CA

Text Example


Text Example

White with #1379CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1379CA; }

 p { color: rgb(19,121,202); }

 H1.HeaderClassName
 {
   color: #1379CA;
 }
 .AnyTagClassName
 {
   color: #1379CA;
 }
</style>

background-color css

<style>
 a { background-color: #1379CA; }

 a { background-color: rgb(19,121,202); }

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

border-color css

<style>
 span { border-color: #1379CA; }

 span { border-color: rgb(19,121,202); }

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