Html Css Color HEX #149CCA Pacific Blue

📋 copy color: '#149CCA'

red 20 ◦ green 156 ◦ blue 202

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

Shades of Pacific Blue #149CCA

Tints of Pacific Blue #149CCA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.27%

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

R = 5.29%
G = 41.27%
B = 53.44%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#149CCA (or 0x149CCA) is known color: Pacific Blue. HEX triplet: 14, 9C and CA. RGB value is (20,156,202). Sum of RGB (Red+Green+Blue) = 20+156+202=378 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.29% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #149CCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149CCA is #EB6335. Grayscale: #787878. Windows color (decimal): -15426358 or 13278228. OLE color: 13278228.

HSL color Cylindrical-coordinate representation of color #149CCA: hue angle of 195.16º 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 #149CCA is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 20 156 202 -
CMYK 0.90 0.23 0 0.21
HSL 195.16º 0.82% 0.44% -
HSV(B) 195.16º 0.9% 0.79% -
XYZ 22.84 28.19 60.11 -
YUV 120.58 173.94 56.26 -
System Red Green Blue C M Y K H S L
Decimal 20 156 202 0.90 0.23 0 0.21 195.16 0.82 0.44
Hex 14 9C CA 5A 17 0 15 C3 52 2C
Octal 24 234 312 132 27 0 25 303 122 54
Binary 10100 10011100 11001010 1011010 10111 0 10101 11000011 1010010 101100

Color Harmonies of #149CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149CCA

Black with #149CCA

Text Example


Text Example

White with #149CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149CCA; }

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

 H1.HeaderClassName
 {
   color: #149CCA;
 }
 .AnyTagClassName
 {
   color: #149CCA;
 }
</style>

background-color css

<style>
 a { background-color: #149CCA; }

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

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

border-color css

<style>
 span { border-color: #149CCA; }

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

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