Html Css Color HEX #1374CB Navy Blue

📋 copy color: '#1374CB'

red 19 ◦ green 116 ◦ blue 203

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

Shades of Navy Blue #1374CB

Tints of Navy Blue #1374CB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.32%

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

R = 5.62%
G = 34.32%
B = 60.06%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1374CB (or 0x1374CB) is known color: Navy Blue. HEX triplet: 13, 74 and CB. RGB value is (19,116,203). Sum of RGB (Red+Green+Blue) = 19+116+203=338 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.62% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #1374CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1374CB is #EC8B34. Grayscale: #606060. Windows color (decimal): -15502133 or 13333523. OLE color: 13333523.

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

Color convert

RGB 19 116 203 -
CMYK 0.91 0.43 0 0.20
HSL 208.37º 0.83% 0.44% -
HSV(B) 208.37º 0.91% 0.8% -
XYZ 17.29 16.94 58.86 -
YUV 96.92 187.86 72.43 -
System Red Green Blue C M Y K H S L
Decimal 19 116 203 0.91 0.43 0 0.20 208.37 0.83 0.44
Hex 13 74 CB 5B 2B 0 14 D0 53 2C
Octal 23 164 313 133 53 0 24 320 123 54
Binary 10011 1110100 11001011 1011011 101011 0 10100 11010000 1010011 101100

Color Harmonies of #1374CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1374CB

Black with #1374CB

Text Example


Text Example

White with #1374CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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