Html Css Color HEX #12836D Deep Sea

📋 copy color: '#12836D'

red 18 ◦ green 131 ◦ blue 109

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

Shades of Deep Sea #12836D

Tints of Deep Sea #12836D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.25%

R = 6.98%
G = 50.78%
B = 42.25%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#12836D (or 0x12836D) is known color: Deep Sea. HEX triplet: 12, 83 and 6D. RGB value is (18,131,109). Sum of RGB (Red+Green+Blue) = 18+131+109=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 131 (51.56% from 255 or 50.78% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 131 - color contains mainly: green. Hex color #12836D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12836D is #ED7C92. Grayscale: #5E5E5E. Windows color (decimal): -15563923 or 7176978. OLE color: 7176978.

HSL color Cylindrical-coordinate representation of color #12836D: hue angle of 168.32º 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 #12836D is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 131 109 -
CMYK 0.86 0 0.17 0.49
HSL 168.32º 0.76% 0.29% -
HSV(B) 168.32º 0.86% 0.51% -
XYZ 11.13 17.47 17.25 -
YUV 94.71 136.06 73.29 -
System Red Green Blue C M Y K H S L
Decimal 18 131 109 0.86 0 0.17 0.49 168.32 0.76 0.29
Hex 12 83 6D 56 0 11 31 A8 4C 1D
Octal 22 203 155 126 0 21 61 250 114 35
Binary 10010 10000011 1101101 1010110 0 10001 110001 10101000 1001100 11101

Color Harmonies of #12836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12836D

Black with #12836D

Text Example


Text Example

White with #12836D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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