Html Css Color HEX #148CCA Pacific Blue

📋 copy color: '#148CCA'

red 20 ◦ green 140 ◦ blue 202

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

Shades of Pacific Blue #148CCA

Tints of Pacific Blue #148CCA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.67%

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

R = 5.52%
G = 38.67%
B = 55.8%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#148CCA (or 0x148CCA) is known color: Pacific Blue. HEX triplet: 14, 8C and CA. RGB value is (20,140,202). Sum of RGB (Red+Green+Blue) = 20+140+202=362 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.52% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 202 (79.30% from 255 or 55.80% from 362); Max value from RGB is 202 - color contains mainly: blue. Hex color #148CCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148CCA is #EB7335. Grayscale: #6E6E6E. Windows color (decimal): -15430454 or 13274132. OLE color: 13274132.

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

Color convert

RGB 20 140 202 -
CMYK 0.90 0.31 0 0.21
HSL 200.44º 0.82% 0.44% -
HSV(B) 200.44º 0.9% 0.79% -
XYZ 20.33 23.17 59.28 -
YUV 111.19 179.24 62.96 -
System Red Green Blue C M Y K H S L
Decimal 20 140 202 0.90 0.31 0 0.21 200.44 0.82 0.44
Hex 14 8C CA 5A 1F 0 15 C8 52 2C
Octal 24 214 312 132 37 0 25 310 122 54
Binary 10100 10001100 11001010 1011010 11111 0 10101 11001000 1010010 101100

Color Harmonies of #148CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148CCA

Black with #148CCA

Text Example


Text Example

White with #148CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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