Html Css Color HEX #145076 Dark Cerulean

📋 copy color: '#145076'

red 20 ◦ green 80 ◦ blue 118

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

Shades of Dark Cerulean #145076

Tints of Dark Cerulean #145076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 54.13%

R = 9.17%
G = 36.7%
B = 54.13%

CMYK

 C value IS 0.83

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#145076 (or 0x145076) is known color: Dark Cerulean. HEX triplet: 14, 50 and 76. RGB value is (20,80,118). Sum of RGB (Red+Green+Blue) = 20+80+118=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #145076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145076 is #EBAF89. Grayscale: #424242. Windows color (decimal): -15445898 or 7753748. OLE color: 7753748.

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

Color convert

RGB 20 80 118 -
CMYK 0.83 0.32 0 0.54
HSL 203.27º 0.71% 0.27% -
HSV(B) 203.27º 0.83% 0.46% -
XYZ 6.43 7.19 18.19 -
YUV 66.39 157.12 94.91 -
System Red Green Blue C M Y K H S L
Decimal 20 80 118 0.83 0.32 0 0.54 203.27 0.71 0.27
Hex 14 50 76 53 20 0 36 CB 47 1B
Octal 24 120 166 123 40 0 66 313 107 33
Binary 10100 1010000 1110110 1010011 100000 0 110110 11001011 1000111 11011

Color Harmonies of #145076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145076

Black with #145076

Text Example


Text Example

White with #145076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145076; }

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

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

background-color css

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

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

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

border-color css

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

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

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