Html Css Color HEX #147CD4 Navy Blue

📋 copy color: '#147CD4'

red 20 ◦ green 124 ◦ blue 212

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

Shades of Navy Blue #147CD4

Tints of Navy Blue #147CD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 59.55%

R = 5.62%
G = 34.83%
B = 59.55%

CMYK

 C value IS 0.91

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#147CD4 (or 0x147CD4) is known color: Navy Blue. HEX triplet: 14, 7C and D4. RGB value is (20,124,212). Sum of RGB (Red+Green+Blue) = 20+124+212=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 212 (83.20% from 255 or 59.55% from 356); Max value from RGB is 212 - color contains mainly: blue. Hex color #147CD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147CD4 is #EB832B. Grayscale: #666666. Windows color (decimal): -15434540 or 13925396. OLE color: 13925396.

HSL color Cylindrical-coordinate representation of color #147CD4: hue angle of 207.5º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #147CD4 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 20 124 212 -
CMYK 0.91 0.42 0 0.17
HSL 207.5º 0.83% 0.45% -
HSV(B) 207.5º 0.91% 0.83% -
XYZ 19.38 19.32 64.99 -
YUV 102.94 189.54 68.84 -
System Red Green Blue C M Y K H S L
Decimal 20 124 212 0.91 0.42 0 0.17 207.5 0.83 0.45
Hex 14 7C D4 5B 2A 0 11 D0 53 2D
Octal 24 174 324 133 52 0 21 320 123 55
Binary 10100 1111100 11010100 1011011 101010 0 10001 11010000 1010011 101101

Color Harmonies of #147CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147CD4

Black with #147CD4

Text Example


Text Example

White with #147CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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