Html Css Color HEX #12845D Deep Sea

📋 copy color: '#12845D'

red 18 ◦ green 132 ◦ blue 93

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

Shades of Deep Sea #12845D

Tints of Deep Sea #12845D

RGB

 RED value IS 18 (7.42% from 255) = 7.41%

 GREEN value IS 132 (51.95% from 255) = 54.32%

 BLUE value IS 93 (36.72% from 255) = 38.27%

R = 7.41%
G = 54.32%
B = 38.27%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#12845D (or 0x12845D) is known color: Deep Sea. HEX triplet: 12, 84 and 5D. RGB value is (18,132,93). Sum of RGB (Red+Green+Blue) = 18+132+93=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 132 (51.95% from 255 or 54.32% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 132 - color contains mainly: green. Hex color #12845D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12845D is #ED7BA2. Grayscale: #5D5D5D. Windows color (decimal): -15563683 or 6128658. OLE color: 6128658.

HSL color Cylindrical-coordinate representation of color #12845D: hue angle of 159.47º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12845D is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 132 93 -
CMYK 0.86 0 0.30 0.48
HSL 159.47º 0.76% 0.29% -
HSV(B) 159.47º 0.86% 0.52% -
XYZ 10.48 17.42 13.17 -
YUV 93.47 127.73 74.17 -
System Red Green Blue C M Y K H S L
Decimal 18 132 93 0.86 0 0.30 0.48 159.47 0.76 0.29
Hex 12 84 5D 56 0 1E 30 9F 4C 1D
Octal 22 204 135 126 0 36 60 237 114 35
Binary 10010 10000100 1011101 1010110 0 11110 110000 10011111 1001100 11101

Color Harmonies of #12845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12845D

Black with #12845D

Text Example


Text Example

White with #12845D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12845D; }

 p { color: rgb(18,132,93); }

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

background-color css

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

 a { background-color: rgb(18,132,93); }

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

border-color css

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

 span { border-color: rgb(18,132,93); }

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