Html Css Color HEX #147AB4 Cerulean

📋 copy color: '#147AB4'

red 20 ◦ green 122 ◦ blue 180

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

Shades of Cerulean #147AB4

Tints of Cerulean #147AB4

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.89%

 BLUE value IS 180 (70.7% from 255) = 55.9%

R = 6.21%
G = 37.89%
B = 55.9%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#147AB4 (or 0x147AB4) is known color: Cerulean. HEX triplet: 14, 7A and B4. RGB value is (20,122,180). Sum of RGB (Red+Green+Blue) = 20+122+180=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 180 (70.70% from 255 or 55.90% from 322); Max value from RGB is 180 - color contains mainly: blue. Hex color #147AB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147AB4 is #EB854B. Grayscale: #616161. Windows color (decimal): -15435084 or 11827732. OLE color: 11827732.

HSL color Cylindrical-coordinate representation of color #147AB4: hue angle of 201.75º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #147AB4 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 20 122 180 -
CMYK 0.89 0.32 0 0.29
HSL 201.75º 0.8% 0.39% -
HSV(B) 201.75º 0.89% 0.71% -
XYZ 15.49 17.36 45.72 -
YUV 98.11 174.21 72.28 -
System Red Green Blue C M Y K H S L
Decimal 20 122 180 0.89 0.32 0 0.29 201.75 0.8 0.39
Hex 14 7A B4 59 20 0 1D CA 50 27
Octal 24 172 264 131 40 0 35 312 120 47
Binary 10100 1111010 10110100 1011001 100000 0 11101 11001010 1010000 100111

Color Harmonies of #147AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147AB4

Black with #147AB4

Text Example


Text Example

White with #147AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,122,180); }

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

background-color css

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

 a { background-color: rgb(20,122,180); }

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

border-color css

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

 span { border-color: rgb(20,122,180); }

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