Html Css Color HEX #147BBA Cerulean

📋 copy color: '#147BBA'

red 20 ◦ green 123 ◦ blue 186

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

Shades of Cerulean #147BBA

Tints of Cerulean #147BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.53%

R = 6.08%
G = 37.39%
B = 56.53%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#147BBA (or 0x147BBA) is known color: Cerulean. HEX triplet: 14, 7B and BA. RGB value is (20,123,186). Sum of RGB (Red+Green+Blue) = 20+123+186=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #147BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147BBA is #EB8445. Grayscale: #636363. Windows color (decimal): -15434822 or 12221204. OLE color: 12221204.

HSL color Cylindrical-coordinate representation of color #147BBA: hue angle of 202.77º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #147BBA is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 123 186 -
CMYK 0.89 0.34 0 0.27
HSL 202.77º 0.81% 0.4% -
HSV(B) 202.77º 0.89% 0.73% -
XYZ 16.23 17.86 49.05 -
YUV 99.39 176.88 71.38 -
System Red Green Blue C M Y K H S L
Decimal 20 123 186 0.89 0.34 0 0.27 202.77 0.81 0.4
Hex 14 7B BA 59 22 0 1B CB 51 28
Octal 24 173 272 131 42 0 33 313 121 50
Binary 10100 1111011 10111010 1011001 100010 0 11011 11001011 1010001 101000

Color Harmonies of #147BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147BBA

Black with #147BBA

Text Example


Text Example

White with #147BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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