Html Css Color HEX #145186 Dark Cerulean

📋 copy color: '#145186'

red 20 ◦ green 81 ◦ blue 134

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

Shades of Dark Cerulean #145186

Tints of Dark Cerulean #145186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 57.02%

R = 8.51%
G = 34.47%
B = 57.02%

CMYK

 C value IS 0.85

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#145186 (or 0x145186) is known color: Dark Cerulean. HEX triplet: 14, 51 and 86. RGB value is (20,81,134). Sum of RGB (Red+Green+Blue) = 20+81+134=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 134 (52.73% from 255 or 57.02% from 235); Max value from RGB is 134 - color contains mainly: blue. Hex color #145186 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145186 is #EBAE79. Grayscale: #444444. Windows color (decimal): -15445626 or 8802580. OLE color: 8802580.

HSL color Cylindrical-coordinate representation of color #145186: hue angle of 207.89º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #145186 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 81 134 -
CMYK 0.85 0.40 0 0.47
HSL 207.89º 0.74% 0.3% -
HSV(B) 207.89º 0.85% 0.53% -
XYZ 7.53 7.75 23.65 -
YUV 68.8 164.79 93.19 -
System Red Green Blue C M Y K H S L
Decimal 20 81 134 0.85 0.40 0 0.47 207.89 0.74 0.3
Hex 14 51 86 55 28 0 2F D0 4A 1E
Octal 24 121 206 125 50 0 57 320 112 36
Binary 10100 1010001 10000110 1010101 101000 0 101111 11010000 1001010 11110

Color Harmonies of #145186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145186

Black with #145186

Text Example


Text Example

White with #145186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145186; }

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

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

background-color css

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

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

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

border-color css

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

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

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