Html Css Color HEX #1451E7 Navy Blue

📋 copy color: '#1451E7'

red 20 ◦ green 81 ◦ blue 231

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

Shades of Navy Blue #1451E7

Tints of Navy Blue #1451E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 69.58%

R = 6.02%
G = 24.4%
B = 69.58%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1451E7 (or 0x1451E7) is known color: Navy Blue. HEX triplet: 14, 51 and E7. RGB value is (20,81,231). Sum of RGB (Red+Green+Blue) = 20+81+231=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 231 (90.62% from 255 or 69.58% from 332); Max value from RGB is 231 - color contains mainly: blue. Hex color #1451E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1451E7 is #EBAE18. Grayscale: #4F4F4F. Windows color (decimal): -15445529 or 15159572. OLE color: 15159572.

HSL color Cylindrical-coordinate representation of color #1451E7: hue angle of 222.65º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1451E7 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 20 81 231 -
CMYK 0.91 0.65 0 0.09
HSL 222.65º 0.84% 0.49% -
HSV(B) 222.65º 0.91% 0.91% -
XYZ 17.65 11.8 76.95 -
YUV 79.86 213.29 85.3 -
System Red Green Blue C M Y K H S L
Decimal 20 81 231 0.91 0.65 0 0.09 222.65 0.84 0.49
Hex 14 51 E7 5B 41 0 9 DF 54 31
Octal 24 121 347 133 101 0 11 337 124 61
Binary 10100 1010001 11100111 1011011 1000001 0 1001 11011111 1010100 110001

Color Harmonies of #1451E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1451E7

Black with #1451E7

Text Example


Text Example

White with #1451E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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