Html Css Color HEX #147BA5 Cerulean

📋 copy color: '#147BA5'

red 20 ◦ green 123 ◦ blue 165

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

Shades of Cerulean #147BA5

Tints of Cerulean #147BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 53.57%

R = 6.49%
G = 39.94%
B = 53.57%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#147BA5 (or 0x147BA5) is known color: Cerulean. HEX triplet: 14, 7B and A5. RGB value is (20,123,165). Sum of RGB (Red+Green+Blue) = 20+123+165=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 165 (64.84% from 255 or 53.57% from 308); Max value from RGB is 165 - color contains mainly: blue. Hex color #147BA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147BA5 is #EB845A. Grayscale: #606060. Windows color (decimal): -15434843 or 10844948. OLE color: 10844948.

HSL color Cylindrical-coordinate representation of color #147BA5: hue angle of 197.38º 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 #147BA5 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 123 165 -
CMYK 0.88 0.25 0 0.35
HSL 197.38º 0.78% 0.36% -
HSV(B) 197.38º 0.88% 0.65% -
XYZ 14.16 17.03 38.14 -
YUV 96.99 166.38 73.08 -
System Red Green Blue C M Y K H S L
Decimal 20 123 165 0.88 0.25 0 0.35 197.38 0.78 0.36
Hex 14 7B A5 58 19 0 23 C5 4E 24
Octal 24 173 245 130 31 0 43 305 116 44
Binary 10100 1111011 10100101 1011000 11001 0 100011 11000101 1001110 100100

Color Harmonies of #147BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147BA5

Black with #147BA5

Text Example


Text Example

White with #147BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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