Html Css Color HEX #12836B Deep Sea

📋 copy color: '#12836B'

red 18 ◦ green 131 ◦ blue 107

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

Shades of Deep Sea #12836B

Tints of Deep Sea #12836B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.8%

R = 7.03%
G = 51.17%
B = 41.8%

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

#12836B (or 0x12836B) is known color: Deep Sea. HEX triplet: 12, 83 and 6B. RGB value is (18,131,107). Sum of RGB (Red+Green+Blue) = 18+131+107=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #12836B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12836B is #ED7C94. Grayscale: #5E5E5E. Windows color (decimal): -15563925 or 7045906. OLE color: 7045906.

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

Color convert

RGB 18 131 107 -
CMYK 0.86 0 0.18 0.49
HSL 167.26º 0.76% 0.29% -
HSV(B) 167.26º 0.86% 0.51% -
XYZ 11.02 17.42 16.69 -
YUV 94.48 135.06 73.45 -
System Red Green Blue C M Y K H S L
Decimal 18 131 107 0.86 0 0.18 0.49 167.26 0.76 0.29
Hex 12 83 6B 56 0 12 31 A7 4C 1D
Octal 22 203 153 126 0 22 61 247 114 35
Binary 10010 10000011 1101011 1010110 0 10010 110001 10100111 1001100 11101

Color Harmonies of #12836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12836B

Black with #12836B

Text Example


Text Example

White with #12836B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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