Html Css Color HEX #147DB6 Cerulean

📋 copy color: '#147DB6'

red 20 ◦ green 125 ◦ blue 182

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

Shades of Cerulean #147DB6

Tints of Cerulean #147DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 55.66%

R = 6.12%
G = 38.23%
B = 55.66%

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

#147DB6 (or 0x147DB6) is known color: Cerulean. HEX triplet: 14, 7D and B6. RGB value is (20,125,182). Sum of RGB (Red+Green+Blue) = 20+125+182=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 182 (71.48% from 255 or 55.66% from 327); Max value from RGB is 182 - color contains mainly: blue. Hex color #147DB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147DB6 is #EB8249. Grayscale: #636363. Windows color (decimal): -15434314 or 11959572. OLE color: 11959572.

HSL color Cylindrical-coordinate representation of color #147DB6: hue angle of 201.11º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #147DB6 is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 20 125 182 -
CMYK 0.89 0.31 0 0.29
HSL 201.11º 0.8% 0.4% -
HSV(B) 201.11º 0.89% 0.71% -
XYZ 16.07 18.19 46.92 -
YUV 100.1 174.21 70.87 -
System Red Green Blue C M Y K H S L
Decimal 20 125 182 0.89 0.31 0 0.29 201.11 0.8 0.4
Hex 14 7D B6 59 1F 0 1D C9 50 28
Octal 24 175 266 131 37 0 35 311 120 50
Binary 10100 1111101 10110110 1011001 11111 0 11101 11001001 1010000 101000

Color Harmonies of #147DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147DB6

Black with #147DB6

Text Example


Text Example

White with #147DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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