Html Css Color HEX #147BD6 Navy Blue

📋 copy color: '#147BD6'

red 20 ◦ green 123 ◦ blue 214

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

Shades of Navy Blue #147BD6

Tints of Navy Blue #147BD6

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.45%

 BLUE value IS 214 (83.98% from 255) = 59.94%

R = 5.6%
G = 34.45%
B = 59.94%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#147BD6 (or 0x147BD6) is known color: Navy Blue. HEX triplet: 14, 7B and D6. RGB value is (20,123,214). Sum of RGB (Red+Green+Blue) = 20+123+214=357 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.60% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 214 (83.98% from 255 or 59.94% from 357); Max value from RGB is 214 - color contains mainly: blue. Hex color #147BD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147BD6 is #EB8429. Grayscale: #666666. Windows color (decimal): -15434794 or 14056212. OLE color: 14056212.

HSL color Cylindrical-coordinate representation of color #147BD6: hue angle of 208.14º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #147BD6 is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 123 214 -
CMYK 0.91 0.43 0 0.16
HSL 208.14º 0.83% 0.46% -
HSV(B) 208.14º 0.91% 0.84% -
XYZ 19.51 19.17 66.29 -
YUV 102.58 190.88 69.1 -
System Red Green Blue C M Y K H S L
Decimal 20 123 214 0.91 0.43 0 0.16 208.14 0.83 0.46
Hex 14 7B D6 5B 2B 0 10 D0 53 2E
Octal 24 173 326 133 53 0 20 320 123 56
Binary 10100 1111011 11010110 1011011 101011 0 10000 11010000 1010011 101110

Color Harmonies of #147BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147BD6

Black with #147BD6

Text Example


Text Example

White with #147BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,123,214); }

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

background-color css

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

 a { background-color: rgb(20,123,214); }

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

border-color css

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

 span { border-color: rgb(20,123,214); }

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