Html Css Color HEX #12836C Deep Sea

📋 copy color: '#12836C'

red 18 ◦ green 131 ◦ blue 108

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

Shades of Deep Sea #12836C

Tints of Deep Sea #12836C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.97%

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

R = 7%
G = 50.97%
B = 42.02%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#12836C (or 0x12836C) is known color: Deep Sea. HEX triplet: 12, 83 and 6C. RGB value is (18,131,108). Sum of RGB (Red+Green+Blue) = 18+131+108=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 131 (51.56% from 255 or 50.97% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 131 - color contains mainly: green. Hex color #12836C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12836C is #ED7C93. Grayscale: #5E5E5E. Windows color (decimal): -15563924 or 7111442. OLE color: 7111442.

HSL color Cylindrical-coordinate representation of color #12836C: hue angle of 167.79º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12836C is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 131 108 -
CMYK 0.86 0 0.18 0.49
HSL 167.79º 0.76% 0.29% -
HSV(B) 167.79º 0.86% 0.51% -
XYZ 11.07 17.44 16.97 -
YUV 94.59 135.56 73.37 -
System Red Green Blue C M Y K H S L
Decimal 18 131 108 0.86 0 0.18 0.49 167.79 0.76 0.29
Hex 12 83 6C 56 0 12 31 A8 4C 1D
Octal 22 203 154 126 0 22 61 250 114 35
Binary 10010 10000011 1101100 1010110 0 10010 110001 10101000 1001100 11101

Color Harmonies of #12836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12836C

Black with #12836C

Text Example


Text Example

White with #12836C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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