Html Css Color HEX #1469EB Navy Blue

📋 copy color: '#1469EB'

red 20 ◦ green 105 ◦ blue 235

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

Shades of Navy Blue #1469EB

Tints of Navy Blue #1469EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 65.28%

R = 5.56%
G = 29.17%
B = 65.28%

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

#1469EB (or 0x1469EB) is known color: Navy Blue. HEX triplet: 14, 69 and EB. RGB value is (20,105,235). Sum of RGB (Red+Green+Blue) = 20+105+235=360 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.56% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 235 (92.19% from 255 or 65.28% from 360); Max value from RGB is 235 - color contains mainly: blue. Hex color #1469EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1469EB is #EB9614. Grayscale: #5D5D5D. Windows color (decimal): -15439381 or 15427860. OLE color: 15427860.

HSL color Cylindrical-coordinate representation of color #1469EB: hue angle of 216.28º 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 #1469EB is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 105 235 -
CMYK 0.91 0.55 0 0.08
HSL 216.28º 0.84% 0.5% -
HSV(B) 216.28º 0.91% 0.92% -
XYZ 20.34 16.25 80.66 -
YUV 94.41 207.34 74.93 -
System Red Green Blue C M Y K H S L
Decimal 20 105 235 0.91 0.55 0 0.08 216.28 0.84 0.5
Hex 14 69 EB 5B 37 0 8 D8 54 32
Octal 24 151 353 133 67 0 10 330 124 62
Binary 10100 1101001 11101011 1011011 110111 0 1000 11011000 1010100 110010

Color Harmonies of #1469EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1469EB

Black with #1469EB

Text Example


Text Example

White with #1469EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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