Html Css Color HEX #1451F1 Navy Blue

📋 copy color: '#1451F1'

red 20 ◦ green 81 ◦ blue 241

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

Shades of Navy Blue #1451F1

Tints of Navy Blue #1451F1

RGB

 RED value IS 20 (8.2% from 255) = 5.85%

 GREEN value IS 81 (32.03% from 255) = 23.68%

 BLUE value IS 241 (94.53% from 255) = 70.47%

R = 5.85%
G = 23.68%
B = 70.47%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1451F1 (or 0x1451F1) is known color: Navy Blue. HEX triplet: 14, 51 and F1. RGB value is (20,81,241). Sum of RGB (Red+Green+Blue) = 20+81+241=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 241 (94.53% from 255 or 70.47% from 342); Max value from RGB is 241 - color contains mainly: blue. Hex color #1451F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1451F1 is #EBAE0E. Grayscale: #505050. Windows color (decimal): -15445519 or 15814932. OLE color: 15814932.

HSL color Cylindrical-coordinate representation of color #1451F1: hue angle of 223.44º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1451F1 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 81 241 -
CMYK 0.92 0.66 0 0.05
HSL 223.44º 0.89% 0.51% -
HSV(B) 223.44º 0.92% 0.95% -
XYZ 19.11 12.38 84.6 -
YUV 81 218.29 84.49 -
System Red Green Blue C M Y K H S L
Decimal 20 81 241 0.92 0.66 0 0.05 223.44 0.89 0.51
Hex 14 51 F1 5C 42 0 5 DF 59 33
Octal 24 121 361 134 102 0 5 337 131 63
Binary 10100 1010001 11110001 1011100 1000010 0 101 11011111 1011001 110011

Color Harmonies of #1451F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1451F1

Black with #1451F1

Text Example


Text Example

White with #1451F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1451F1; }

 p { color: rgb(20,81,241); }

 H1.HeaderClassName
 {
   color: #1451F1;
 }
 .AnyTagClassName
 {
   color: #1451F1;
 }
</style>

background-color css

<style>
 a { background-color: #1451F1; }

 a { background-color: rgb(20,81,241); }

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

border-color css

<style>
 span { border-color: #1451F1; }

 span { border-color: rgb(20,81,241); }

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