Html Css Color HEX #147BA6 Cerulean

📋 copy color: '#147BA6'

red 20 ◦ green 123 ◦ blue 166

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

Shades of Cerulean #147BA6

Tints of Cerulean #147BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 53.72%

R = 6.47%
G = 39.81%
B = 53.72%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#147BA6 (or 0x147BA6) is known color: Cerulean. HEX triplet: 14, 7B and A6. RGB value is (20,123,166). Sum of RGB (Red+Green+Blue) = 20+123+166=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 166 (65.23% from 255 or 53.72% from 309); Max value from RGB is 166 - color contains mainly: blue. Hex color #147BA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147BA6 is #EB8459. Grayscale: #606060. Windows color (decimal): -15434842 or 10910484. OLE color: 10910484.

HSL color Cylindrical-coordinate representation of color #147BA6: hue angle of 197.67º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #147BA6 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 123 166 -
CMYK 0.88 0.26 0 0.35
HSL 197.67º 0.78% 0.36% -
HSV(B) 197.67º 0.88% 0.65% -
XYZ 14.25 17.07 38.62 -
YUV 97.11 166.88 73 -
System Red Green Blue C M Y K H S L
Decimal 20 123 166 0.88 0.26 0 0.35 197.67 0.78 0.36
Hex 14 7B A6 58 1A 0 23 C6 4E 24
Octal 24 173 246 130 32 0 43 306 116 44
Binary 10100 1111011 10100110 1011000 11010 0 100011 11000110 1001110 100100

Color Harmonies of #147BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147BA6

Black with #147BA6

Text Example


Text Example

White with #147BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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