Html Css Color HEX #145288 Dark Cerulean

📋 copy color: '#145288'

red 20 ◦ green 82 ◦ blue 136

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

Shades of Dark Cerulean #145288

Tints of Dark Cerulean #145288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.45%

 BLUE value IS 136 (53.52% from 255) = 57.14%

R = 8.4%
G = 34.45%
B = 57.14%

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

#145288 (or 0x145288) is known color: Dark Cerulean. HEX triplet: 14, 52 and 88. RGB value is (20,82,136). Sum of RGB (Red+Green+Blue) = 20+82+136=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 136 (53.52% from 255 or 57.14% from 238); Max value from RGB is 136 - color contains mainly: blue. Hex color #145288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145288 is #EBAD77. Grayscale: #454545. Windows color (decimal): -15445368 or 8933908. OLE color: 8933908.

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

Color convert

RGB 20 82 136 -
CMYK 0.85 0.40 0 0.47
HSL 207.93º 0.74% 0.31% -
HSV(B) 207.93º 0.85% 0.53% -
XYZ 7.75 7.96 24.42 -
YUV 69.62 165.46 92.61 -
System Red Green Blue C M Y K H S L
Decimal 20 82 136 0.85 0.40 0 0.47 207.93 0.74 0.31
Hex 14 52 88 55 28 0 2F D0 4A 1F
Octal 24 122 210 125 50 0 57 320 112 37
Binary 10100 1010010 10001000 1010101 101000 0 101111 11010000 1001010 11111

Color Harmonies of #145288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145288

Black with #145288

Text Example


Text Example

White with #145288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145288; }

 p { color: rgb(20,82,136); }

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

background-color css

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

 a { background-color: rgb(20,82,136); }

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

border-color css

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

 span { border-color: rgb(20,82,136); }

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