Html Css Color HEX #145285 Dark Cerulean

📋 copy color: '#145285'

red 20 ◦ green 82 ◦ blue 133

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

Shades of Dark Cerulean #145285

Tints of Dark Cerulean #145285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 56.6%

R = 8.51%
G = 34.89%
B = 56.6%

CMYK

 C value IS 0.85

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#145285 (or 0x145285) is known color: Dark Cerulean. HEX triplet: 14, 52 and 85. RGB value is (20,82,133). Sum of RGB (Red+Green+Blue) = 20+82+133=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #145285 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145285 is #EBAD7A. Grayscale: #454545. Windows color (decimal): -15445371 or 8737300. OLE color: 8737300.

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

Color convert

RGB 20 82 133 -
CMYK 0.85 0.38 0 0.48
HSL 207.08º 0.74% 0.3% -
HSV(B) 207.08º 0.85% 0.52% -
XYZ 7.54 7.88 23.31 -
YUV 69.28 163.96 92.85 -
System Red Green Blue C M Y K H S L
Decimal 20 82 133 0.85 0.38 0 0.48 207.08 0.74 0.3
Hex 14 52 85 55 26 0 30 CF 4A 1E
Octal 24 122 205 125 46 0 60 317 112 36
Binary 10100 1010010 10000101 1010101 100110 0 110000 11001111 1001010 11110

Color Harmonies of #145285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145285

Black with #145285

Text Example


Text Example

White with #145285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145285; }

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

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

background-color css

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

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

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

border-color css

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

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

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