Html Css Color HEX #147CDE Navy Blue

📋 copy color: '#147CDE'

red 20 ◦ green 124 ◦ blue 222

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

Shades of Navy Blue #147CDE

Tints of Navy Blue #147CDE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.88%

 BLUE value IS 222 (87.11% from 255) = 60.66%

R = 5.46%
G = 33.88%
B = 60.66%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#147CDE (or 0x147CDE) is known color: Navy Blue. HEX triplet: 14, 7C and DE. RGB value is (20,124,222). Sum of RGB (Red+Green+Blue) = 20+124+222=366 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.46% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 222 (87.11% from 255 or 60.66% from 366); Max value from RGB is 222 - color contains mainly: blue. Hex color #147CDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147CDE is #EB8321. Grayscale: #676767. Windows color (decimal): -15434530 or 14580756. OLE color: 14580756.

HSL color Cylindrical-coordinate representation of color #147CDE: hue angle of 209.11º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #147CDE is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 124 222 -
CMYK 0.91 0.44 0 0.13
HSL 209.11º 0.83% 0.47% -
HSV(B) 209.11º 0.91% 0.87% -
XYZ 20.68 19.84 71.85 -
YUV 104.08 194.54 68.03 -
System Red Green Blue C M Y K H S L
Decimal 20 124 222 0.91 0.44 0 0.13 209.11 0.83 0.47
Hex 14 7C DE 5B 2C 0 D D1 53 2F
Octal 24 174 336 133 54 0 15 321 123 57
Binary 10100 1111100 11011110 1011011 101100 0 1101 11010001 1010011 101111

Color Harmonies of #147CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147CDE

Black with #147CDE

Text Example


Text Example

White with #147CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147CDE; }

 p { color: rgb(20,124,222); }

 H1.HeaderClassName
 {
   color: #147CDE;
 }
 .AnyTagClassName
 {
   color: #147CDE;
 }
</style>

background-color css

<style>
 a { background-color: #147CDE; }

 a { background-color: rgb(20,124,222); }

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

border-color css

<style>
 span { border-color: #147CDE; }

 span { border-color: rgb(20,124,222); }

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