Html Css Color HEX #147BCB Navy Blue

📋 copy color: '#147BCB'

red 20 ◦ green 123 ◦ blue 203

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

Shades of Navy Blue #147BCB

Tints of Navy Blue #147BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58.67%

R = 5.78%
G = 35.55%
B = 58.67%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#147BCB (or 0x147BCB) is known color: Navy Blue. HEX triplet: 14, 7B and CB. RGB value is (20,123,203). Sum of RGB (Red+Green+Blue) = 20+123+203=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #147BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147BCB is #EB8434. Grayscale: #646464. Windows color (decimal): -15434805 or 13335316. OLE color: 13335316.

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

Color convert

RGB 20 123 203 -
CMYK 0.90 0.39 0 0.20
HSL 206.23º 0.82% 0.44% -
HSV(B) 206.23º 0.9% 0.8% -
XYZ 18.15 18.63 59.14 -
YUV 101.32 185.38 70 -
System Red Green Blue C M Y K H S L
Decimal 20 123 203 0.90 0.39 0 0.20 206.23 0.82 0.44
Hex 14 7B CB 5A 27 0 14 CE 52 2C
Octal 24 173 313 132 47 0 24 316 122 54
Binary 10100 1111011 11001011 1011010 100111 0 10100 11001110 1010010 101100

Color Harmonies of #147BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147BCB

Black with #147BCB

Text Example


Text Example

White with #147BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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