Html Css Color HEX #145080 Dark Cerulean

📋 copy color: '#145080'

red 20 ◦ green 80 ◦ blue 128

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

Shades of Dark Cerulean #145080

Tints of Dark Cerulean #145080

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.09%

 BLUE value IS 128 (50.39% from 255) = 56.14%

R = 8.77%
G = 35.09%
B = 56.14%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#145080 (or 0x145080) is known color: Dark Cerulean. HEX triplet: 14, 50 and 80. RGB value is (20,80,128). Sum of RGB (Red+Green+Blue) = 20+80+128=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 128 (50.39% from 255 or 56.14% from 228); Max value from RGB is 128 - color contains mainly: blue. Hex color #145080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145080 is #EBAF7F. Grayscale: #434343. Windows color (decimal): -15445888 or 8409108. OLE color: 8409108.

HSL color Cylindrical-coordinate representation of color #145080: hue angle of 206.67º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #145080 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 80 128 -
CMYK 0.84 0.38 0 0.50
HSL 206.67º 0.73% 0.29% -
HSV(B) 206.67º 0.84% 0.5% -
XYZ 7.05 7.44 21.49 -
YUV 67.53 162.12 94.1 -
System Red Green Blue C M Y K H S L
Decimal 20 80 128 0.84 0.38 0 0.50 206.67 0.73 0.29
Hex 14 50 80 54 26 0 32 CF 49 1D
Octal 24 120 200 124 46 0 62 317 111 35
Binary 10100 1010000 10000000 1010100 100110 0 110010 11001111 1001001 11101

Color Harmonies of #145080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145080

Black with #145080

Text Example


Text Example

White with #145080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145080; }

 p { color: rgb(20,80,128); }

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

background-color css

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

 a { background-color: rgb(20,80,128); }

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

border-color css

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

 span { border-color: rgb(20,80,128); }

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