Html Css Color HEX #1574CE Navy Blue

📋 copy color: '#1574CE'

red 21 ◦ green 116 ◦ blue 206

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

Shades of Navy Blue #1574CE

Tints of Navy Blue #1574CE

RGB

 RED value IS 21 (8.59% from 255) = 6.12%

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

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

R = 6.12%
G = 33.82%
B = 60.06%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1574CE (or 0x1574CE) is known color: Navy Blue. HEX triplet: 15, 74 and CE. RGB value is (21,116,206). Sum of RGB (Red+Green+Blue) = 21+116+206=343 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.12% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #1574CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1574CE is #EA8B31. Grayscale: #616161. Windows color (decimal): -15371058 or 13530133. OLE color: 13530133.

HSL color Cylindrical-coordinate representation of color #1574CE: hue angle of 209.19º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1574CE is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 116 206 -
CMYK 0.90 0.44 0 0.19
HSL 209.19º 0.81% 0.45% -
HSV(B) 209.19º 0.9% 0.81% -
XYZ 17.7 17.11 60.76 -
YUV 97.86 189.03 73.18 -
System Red Green Blue C M Y K H S L
Decimal 21 116 206 0.90 0.44 0 0.19 209.19 0.81 0.45
Hex 15 74 CE 5A 2C 0 13 D1 51 2D
Octal 25 164 316 132 54 0 23 321 121 55
Binary 10101 1110100 11001110 1011010 101100 0 10011 11010001 1010001 101101

Color Harmonies of #1574CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1574CE

Black with #1574CE

Text Example


Text Example

White with #1574CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,116,206); }

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

background-color css

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

 a { background-color: rgb(21,116,206); }

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

border-color css

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

 span { border-color: rgb(21,116,206); }

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