Html Css Color HEX #145178 Dark Cerulean

📋 copy color: '#145178'

red 20 ◦ green 81 ◦ blue 120

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

Shades of Dark Cerulean #145178

Tints of Dark Cerulean #145178

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.65%

 BLUE value IS 120 (47.27% from 255) = 54.3%

R = 9.05%
G = 36.65%
B = 54.3%

CMYK

 C value IS 0.83

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#145178 (or 0x145178) is known color: Dark Cerulean. HEX triplet: 14, 51 and 78. RGB value is (20,81,120). Sum of RGB (Red+Green+Blue) = 20+81+120=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #145178 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145178 is #EBAE87. Grayscale: #424242. Windows color (decimal): -15445640 or 7885076. OLE color: 7885076.

HSL color Cylindrical-coordinate representation of color #145178: hue angle of 203.4º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #145178 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 81 120 -
CMYK 0.83 0.32 0 0.53
HSL 203.4º 0.71% 0.27% -
HSV(B) 203.4º 0.83% 0.47% -
XYZ 6.62 7.39 18.85 -
YUV 67.21 157.79 94.33 -
System Red Green Blue C M Y K H S L
Decimal 20 81 120 0.83 0.32 0 0.53 203.4 0.71 0.27
Hex 14 51 78 53 20 0 35 CB 47 1B
Octal 24 121 170 123 40 0 65 313 107 33
Binary 10100 1010001 1111000 1010011 100000 0 110101 11001011 1000111 11011

Color Harmonies of #145178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145178

Black with #145178

Text Example


Text Example

White with #145178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145178; }

 p { color: rgb(20,81,120); }

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

background-color css

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

 a { background-color: rgb(20,81,120); }

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

border-color css

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

 span { border-color: rgb(20,81,120); }

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