Html Css Color HEX #1469EA Navy Blue

📋 copy color: '#1469EA'

red 20 ◦ green 105 ◦ blue 234

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

Shades of Navy Blue #1469EA

Tints of Navy Blue #1469EA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.25%

 BLUE value IS 234 (91.8% from 255) = 65.18%

R = 5.57%
G = 29.25%
B = 65.18%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1469EA (or 0x1469EA) is known color: Navy Blue. HEX triplet: 14, 69 and EA. RGB value is (20,105,234). Sum of RGB (Red+Green+Blue) = 20+105+234=359 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.57% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 234 (91.80% from 255 or 65.18% from 359); Max value from RGB is 234 - color contains mainly: blue. Hex color #1469EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1469EA is #EB9615. Grayscale: #5D5D5D. Windows color (decimal): -15439382 or 15362324. OLE color: 15362324.

HSL color Cylindrical-coordinate representation of color #1469EA: hue angle of 216.17º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1469EA is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 105 234 -
CMYK 0.91 0.55 0 0.08
HSL 216.17º 0.84% 0.5% -
HSV(B) 216.17º 0.91% 0.92% -
XYZ 20.19 16.19 79.9 -
YUV 94.29 206.84 75.01 -
System Red Green Blue C M Y K H S L
Decimal 20 105 234 0.91 0.55 0 0.08 216.17 0.84 0.5
Hex 14 69 EA 5B 37 0 8 D8 54 32
Octal 24 151 352 133 67 0 10 330 124 62
Binary 10100 1101001 11101010 1011011 110111 0 1000 11011000 1010100 110010

Color Harmonies of #1469EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1469EA

Black with #1469EA

Text Example


Text Example

White with #1469EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1469EA; }

 p { color: rgb(20,105,234); }

 H1.HeaderClassName
 {
   color: #1469EA;
 }
 .AnyTagClassName
 {
   color: #1469EA;
 }
</style>

background-color css

<style>
 a { background-color: #1469EA; }

 a { background-color: rgb(20,105,234); }

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

border-color css

<style>
 span { border-color: #1469EA; }

 span { border-color: rgb(20,105,234); }

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