Html Css Color HEX #1574E4 Navy Blue

📋 copy color: '#1574E4'

red 21 ◦ green 116 ◦ blue 228

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

Shades of Navy Blue #1574E4

Tints of Navy Blue #1574E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 62.47%

R = 5.75%
G = 31.78%
B = 62.47%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#1574E4 (or 0x1574E4) is known color: Navy Blue. HEX triplet: 15, 74 and E4. RGB value is (21,116,228). Sum of RGB (Red+Green+Blue) = 21+116+228=365 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.75% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 228 (89.45% from 255 or 62.47% from 365); Max value from RGB is 228 - color contains mainly: blue. Hex color #1574E4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1574E4 is #EA8B1B. Grayscale: #636363. Windows color (decimal): -15371036 or 14971925. OLE color: 14971925.

HSL color Cylindrical-coordinate representation of color #1574E4: hue angle of 212.46º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1574E4 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 21 116 228 -
CMYK 0.91 0.49 0 0.11
HSL 212.46º 0.83% 0.49% -
HSV(B) 212.46º 0.91% 0.89% -
XYZ 20.56 18.25 75.84 -
YUV 100.36 200.03 71.39 -
System Red Green Blue C M Y K H S L
Decimal 21 116 228 0.91 0.49 0 0.11 212.46 0.83 0.49
Hex 15 74 E4 5B 31 0 B D4 53 31
Octal 25 164 344 133 61 0 13 324 123 61
Binary 10101 1110100 11100100 1011011 110001 0 1011 11010100 1010011 110001

Color Harmonies of #1574E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1574E4

Black with #1574E4

Text Example


Text Example

White with #1574E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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