Html Css Color HEX #147BCA Navy Blue

📋 copy color: '#147BCA'

red 20 ◦ green 123 ◦ blue 202

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

Shades of Navy Blue #147BCA

Tints of Navy Blue #147BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 58.55%

R = 5.8%
G = 35.65%
B = 58.55%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#147BCA (or 0x147BCA) is known color: Navy Blue. HEX triplet: 14, 7B and CA. RGB value is (20,123,202). Sum of RGB (Red+Green+Blue) = 20+123+202=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #147BCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147BCA is #EB8435. Grayscale: #646464. Windows color (decimal): -15434806 or 13269780. OLE color: 13269780.

HSL color Cylindrical-coordinate representation of color #147BCA: hue angle of 206.04º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #147BCA is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 20 123 202 -
CMYK 0.90 0.39 0 0.21
HSL 206.04º 0.82% 0.44% -
HSV(B) 206.04º 0.9% 0.79% -
XYZ 18.03 18.58 58.51 -
YUV 101.21 184.88 70.08 -
System Red Green Blue C M Y K H S L
Decimal 20 123 202 0.90 0.39 0 0.21 206.04 0.82 0.44
Hex 14 7B CA 5A 27 0 15 CE 52 2C
Octal 24 173 312 132 47 0 25 316 122 54
Binary 10100 1111011 11001010 1011010 100111 0 10101 11001110 1010010 101100

Color Harmonies of #147BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147BCA

Black with #147BCA

Text Example


Text Example

White with #147BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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