Html Css Color HEX #1475CE Navy Blue

📋 copy color: '#1475CE'

red 20 ◦ green 117 ◦ blue 206

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

Shades of Navy Blue #1475CE

Tints of Navy Blue #1475CE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.11%

 BLUE value IS 206 (80.86% from 255) = 60.06%

R = 5.83%
G = 34.11%
B = 60.06%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1475CE (or 0x1475CE) is known color: Navy Blue. HEX triplet: 14, 75 and CE. RGB value is (20,117,206). Sum of RGB (Red+Green+Blue) = 20+117+206=343 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.83% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #1475CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1475CE is #EB8A31. Grayscale: #616161. Windows color (decimal): -15436338 or 13530388. OLE color: 13530388.

HSL color Cylindrical-coordinate representation of color #1475CE: hue angle of 208.71º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1475CE is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 117 206 -
CMYK 0.90 0.43 0 0.19
HSL 208.71º 0.82% 0.44% -
HSV(B) 208.71º 0.9% 0.81% -
XYZ 17.79 17.33 60.8 -
YUV 98.14 188.86 72.26 -
System Red Green Blue C M Y K H S L
Decimal 20 117 206 0.90 0.43 0 0.19 208.71 0.82 0.44
Hex 14 75 CE 5A 2B 0 13 D1 52 2C
Octal 24 165 316 132 53 0 23 321 122 54
Binary 10100 1110101 11001110 1011010 101011 0 10011 11010001 1010010 101100

Color Harmonies of #1475CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1475CE

Black with #1475CE

Text Example


Text Example

White with #1475CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1475CE; }

 p { color: rgb(20,117,206); }

 H1.HeaderClassName
 {
   color: #1475CE;
 }
 .AnyTagClassName
 {
   color: #1475CE;
 }
</style>

background-color css

<style>
 a { background-color: #1475CE; }

 a { background-color: rgb(20,117,206); }

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

border-color css

<style>
 span { border-color: #1475CE; }

 span { border-color: rgb(20,117,206); }

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