Html Css Color HEX #1451E9 Navy Blue

📋 copy color: '#1451E9'

red 20 ◦ green 81 ◦ blue 233

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

Shades of Navy Blue #1451E9

Tints of Navy Blue #1451E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 69.76%

R = 5.99%
G = 24.25%
B = 69.76%

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

#1451E9 (or 0x1451E9) is known color: Navy Blue. HEX triplet: 14, 51 and E9. RGB value is (20,81,233). Sum of RGB (Red+Green+Blue) = 20+81+233=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 233 (91.41% from 255 or 69.76% from 334); Max value from RGB is 233 - color contains mainly: blue. Hex color #1451E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1451E9 is #EBAE16. Grayscale: #4F4F4F. Windows color (decimal): -15445527 or 15290644. OLE color: 15290644.

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

Color convert

RGB 20 81 233 -
CMYK 0.91 0.65 0 0.09
HSL 222.82º 0.84% 0.5% -
HSV(B) 222.82º 0.91% 0.91% -
XYZ 17.94 11.92 78.45 -
YUV 80.09 214.29 85.14 -
System Red Green Blue C M Y K H S L
Decimal 20 81 233 0.91 0.65 0 0.09 222.82 0.84 0.5
Hex 14 51 E9 5B 41 0 9 DF 54 32
Octal 24 121 351 133 101 0 11 337 124 62
Binary 10100 1010001 11101001 1011011 1000001 0 1001 11011111 1010100 110010

Color Harmonies of #1451E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1451E9

Black with #1451E9

Text Example


Text Example

White with #1451E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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