Html Css Color HEX #147BD5 Navy Blue

📋 copy color: '#147BD5'

red 20 ◦ green 123 ◦ blue 213

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

Shades of Navy Blue #147BD5

Tints of Navy Blue #147BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 59.83%

R = 5.62%
G = 34.55%
B = 59.83%

CMYK

 C value IS 0.91

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#147BD5 (or 0x147BD5) is known color: Navy Blue. HEX triplet: 14, 7B and D5. RGB value is (20,123,213). Sum of RGB (Red+Green+Blue) = 20+123+213=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 213 (83.59% from 255 or 59.83% from 356); Max value from RGB is 213 - color contains mainly: blue. Hex color #147BD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147BD5 is #EB842A. Grayscale: #666666. Windows color (decimal): -15434795 or 13990676. OLE color: 13990676.

HSL color Cylindrical-coordinate representation of color #147BD5: hue angle of 207.98º 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 #147BD5 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 123 213 -
CMYK 0.91 0.42 0 0.16
HSL 207.98º 0.83% 0.46% -
HSV(B) 207.98º 0.91% 0.84% -
XYZ 19.38 19.12 65.62 -
YUV 102.46 190.38 69.18 -
System Red Green Blue C M Y K H S L
Decimal 20 123 213 0.91 0.42 0 0.16 207.98 0.83 0.46
Hex 14 7B D5 5B 2A 0 10 D0 53 2E
Octal 24 173 325 133 52 0 20 320 123 56
Binary 10100 1111011 11010101 1011011 101010 0 10000 11010000 1010011 101110

Color Harmonies of #147BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147BD5

Black with #147BD5

Text Example


Text Example

White with #147BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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