Html Css Color HEX #12846C Deep Sea

📋 copy color: '#12846C'

red 18 ◦ green 132 ◦ blue 108

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

Shades of Deep Sea #12846C

Tints of Deep Sea #12846C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.86%

R = 6.98%
G = 51.16%
B = 41.86%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#12846C (or 0x12846C) is known color: Deep Sea. HEX triplet: 12, 84 and 6C. RGB value is (18,132,108). Sum of RGB (Red+Green+Blue) = 18+132+108=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 132 (51.95% from 255 or 51.16% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 132 - color contains mainly: green. Hex color #12846C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12846C is #ED7B93. Grayscale: #5F5F5F. Windows color (decimal): -15563668 or 7111698. OLE color: 7111698.

HSL color Cylindrical-coordinate representation of color #12846C: hue angle of 167.37º 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 #12846C is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 132 108 -
CMYK 0.86 0 0.18 0.48
HSL 167.37º 0.76% 0.29% -
HSV(B) 167.37º 0.86% 0.52% -
XYZ 11.21 17.71 17.02 -
YUV 95.18 135.23 72.95 -
System Red Green Blue C M Y K H S L
Decimal 18 132 108 0.86 0 0.18 0.48 167.37 0.76 0.29
Hex 12 84 6C 56 0 12 30 A7 4C 1D
Octal 22 204 154 126 0 22 60 247 114 35
Binary 10010 10000100 1101100 1010110 0 10010 110000 10100111 1001100 11101

Color Harmonies of #12846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12846C

Black with #12846C

Text Example


Text Example

White with #12846C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12846C; }

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

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

background-color css

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

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

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

border-color css

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

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

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