Html Css Color HEX #147BA7 Cerulean

📋 copy color: '#147BA7'

red 20 ◦ green 123 ◦ blue 167

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

Shades of Cerulean #147BA7

Tints of Cerulean #147BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 53.87%

R = 6.45%
G = 39.68%
B = 53.87%

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

#147BA7 (or 0x147BA7) is known color: Cerulean. HEX triplet: 14, 7B and A7. RGB value is (20,123,167). Sum of RGB (Red+Green+Blue) = 20+123+167=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 167 (65.62% from 255 or 53.87% from 310); Max value from RGB is 167 - color contains mainly: blue. Hex color #147BA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147BA7 is #EB8458. Grayscale: #606060. Windows color (decimal): -15434841 or 10976020. OLE color: 10976020.

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

Color convert

RGB 20 123 167 -
CMYK 0.88 0.26 0 0.35
HSL 197.96º 0.79% 0.37% -
HSV(B) 197.96º 0.88% 0.65% -
XYZ 14.35 17.1 39.1 -
YUV 97.22 167.38 72.92 -
System Red Green Blue C M Y K H S L
Decimal 20 123 167 0.88 0.26 0 0.35 197.96 0.79 0.37
Hex 14 7B A7 58 1A 0 23 C6 4F 25
Octal 24 173 247 130 32 0 43 306 117 45
Binary 10100 1111011 10100111 1011000 11010 0 100011 11000110 1001111 100101

Color Harmonies of #147BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147BA7

Black with #147BA7

Text Example


Text Example

White with #147BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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