Html Css Color HEX #147DB4 Cerulean

📋 copy color: '#147DB4'

red 20 ◦ green 125 ◦ blue 180

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

Shades of Cerulean #147DB4

Tints of Cerulean #147DB4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.46%

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

R = 6.15%
G = 38.46%
B = 55.38%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#147DB4 (or 0x147DB4) is known color: Cerulean. HEX triplet: 14, 7D and B4. RGB value is (20,125,180). Sum of RGB (Red+Green+Blue) = 20+125+180=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 180 (70.70% from 255 or 55.38% from 325); Max value from RGB is 180 - color contains mainly: blue. Hex color #147DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147DB4 is #EB824B. Grayscale: #636363. Windows color (decimal): -15434316 or 11828500. OLE color: 11828500.

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

Color convert

RGB 20 125 180 -
CMYK 0.89 0.31 0 0.29
HSL 200.63º 0.8% 0.39% -
HSV(B) 200.63º 0.89% 0.71% -
XYZ 15.86 18.11 45.84 -
YUV 99.88 173.21 71.03 -
System Red Green Blue C M Y K H S L
Decimal 20 125 180 0.89 0.31 0 0.29 200.63 0.8 0.39
Hex 14 7D B4 59 1F 0 1D C9 50 27
Octal 24 175 264 131 37 0 35 311 120 47
Binary 10100 1111101 10110100 1011001 11111 0 11101 11001001 1010000 100111

Color Harmonies of #147DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147DB4

Black with #147DB4

Text Example


Text Example

White with #147DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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