Html Css Color HEX #145282 Dark Cerulean

📋 copy color: '#145282'

red 20 ◦ green 82 ◦ blue 130

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

Shades of Dark Cerulean #145282

Tints of Dark Cerulean #145282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 56.03%

R = 8.62%
G = 35.34%
B = 56.03%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#145282 (or 0x145282) is known color: Dark Cerulean. HEX triplet: 14, 52 and 82. RGB value is (20,82,130). Sum of RGB (Red+Green+Blue) = 20+82+130=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #145282 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145282 is #EBAD7D. Grayscale: #444444. Windows color (decimal): -15445374 or 8540692. OLE color: 8540692.

HSL color Cylindrical-coordinate representation of color #145282: hue angle of 206.18º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #145282 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 82 130 -
CMYK 0.85 0.37 0 0.49
HSL 206.18º 0.73% 0.29% -
HSV(B) 206.18º 0.85% 0.51% -
XYZ 7.34 7.8 22.24 -
YUV 68.93 162.46 93.1 -
System Red Green Blue C M Y K H S L
Decimal 20 82 130 0.85 0.37 0 0.49 206.18 0.73 0.29
Hex 14 52 82 55 25 0 31 CE 49 1D
Octal 24 122 202 125 45 0 61 316 111 35
Binary 10100 1010010 10000010 1010101 100101 0 110001 11001110 1001001 11101

Color Harmonies of #145282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145282

Black with #145282

Text Example


Text Example

White with #145282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145282; }

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

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

background-color css

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

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

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

border-color css

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

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

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