Html Css Color HEX #147FB4 Cerulean

📋 copy color: '#147FB4'

red 20 ◦ green 127 ◦ blue 180

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

Shades of Cerulean #147FB4

Tints of Cerulean #147FB4

RGB

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

 GREEN value IS 127 (50% from 255) = 38.84%

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

R = 6.12%
G = 38.84%
B = 55.05%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#147FB4 (or 0x147FB4) is known color: Cerulean. HEX triplet: 14, 7F and B4. RGB value is (20,127,180). Sum of RGB (Red+Green+Blue) = 20+127+180=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 127 (50% from 255 or 38.84% from 327); Blue value is 180 (70.70% from 255 or 55.05% from 327); Max value from RGB is 180 - color contains mainly: blue. Hex color #147FB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147FB4 is #EB804B. Grayscale: #646464. Windows color (decimal): -15433804 or 11829012. OLE color: 11829012.

HSL color Cylindrical-coordinate representation of color #147FB4: hue angle of 199.88º 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 #147FB4 is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 20 127 180 -
CMYK 0.89 0.29 0 0.29
HSL 199.88º 0.8% 0.39% -
HSV(B) 199.88º 0.89% 0.71% -
XYZ 16.12 18.62 45.93 -
YUV 101.05 172.55 70.19 -
System Red Green Blue C M Y K H S L
Decimal 20 127 180 0.89 0.29 0 0.29 199.88 0.8 0.39
Hex 14 7F B4 59 1D 0 1D C8 50 27
Octal 24 177 264 131 35 0 35 310 120 47
Binary 10100 1111111 10110100 1011001 11101 0 11101 11001000 1010000 100111

Color Harmonies of #147FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147FB4

Black with #147FB4

Text Example


Text Example

White with #147FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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