Html Css Color HEX #1467EE Navy Blue

📋 copy color: '#1467EE'

red 20 ◦ green 103 ◦ blue 238

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

Shades of Navy Blue #1467EE

Tints of Navy Blue #1467EE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.53%

 BLUE value IS 238 (93.36% from 255) = 65.93%

R = 5.54%
G = 28.53%
B = 65.93%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1467EE (or 0x1467EE) is known color: Navy Blue. HEX triplet: 14, 67 and EE. RGB value is (20,103,238). Sum of RGB (Red+Green+Blue) = 20+103+238=361 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.54% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 238 (93.36% from 255 or 65.93% from 361); Max value from RGB is 238 - color contains mainly: blue. Hex color #1467EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1467EE is #EB9811. Grayscale: #5C5C5C. Windows color (decimal): -15439890 or 15623956. OLE color: 15623956.

HSL color Cylindrical-coordinate representation of color #1467EE: hue angle of 217.16º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1467EE is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 103 238 -
CMYK 0.92 0.57 0 0.07
HSL 217.16º 0.87% 0.51% -
HSV(B) 217.16º 0.92% 0.93% -
XYZ 20.57 16.02 82.9 -
YUV 93.57 209.5 75.52 -
System Red Green Blue C M Y K H S L
Decimal 20 103 238 0.92 0.57 0 0.07 217.16 0.87 0.51
Hex 14 67 EE 5C 39 0 7 D9 57 33
Octal 24 147 356 134 71 0 7 331 127 63
Binary 10100 1100111 11101110 1011100 111001 0 111 11011001 1010111 110011

Color Harmonies of #1467EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1467EE

Black with #1467EE

Text Example


Text Example

White with #1467EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1467EE; }

 p { color: rgb(20,103,238); }

 H1.HeaderClassName
 {
   color: #1467EE;
 }
 .AnyTagClassName
 {
   color: #1467EE;
 }
</style>

background-color css

<style>
 a { background-color: #1467EE; }

 a { background-color: rgb(20,103,238); }

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

border-color css

<style>
 span { border-color: #1467EE; }

 span { border-color: rgb(20,103,238); }

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