Html Css Color HEX #12816D Deep Sea

📋 copy color: '#12816D'

red 18 ◦ green 129 ◦ blue 109

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

Shades of Deep Sea #12816D

Tints of Deep Sea #12816D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.39%

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

R = 7.03%
G = 50.39%
B = 42.58%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#12816D (or 0x12816D) is known color: Deep Sea. HEX triplet: 12, 81 and 6D. RGB value is (18,129,109). Sum of RGB (Red+Green+Blue) = 18+129+109=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #12816D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12816D is #ED7E92. Grayscale: #5D5D5D. Windows color (decimal): -15564435 or 7176466. OLE color: 7176466.

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

Color convert

RGB 18 129 109 -
CMYK 0.86 0 0.16 0.49
HSL 169.19º 0.76% 0.29% -
HSV(B) 169.19º 0.86% 0.51% -
XYZ 10.86 16.93 17.16 -
YUV 93.53 136.73 74.13 -
System Red Green Blue C M Y K H S L
Decimal 18 129 109 0.86 0 0.16 0.49 169.19 0.76 0.29
Hex 12 81 6D 56 0 10 31 A9 4C 1D
Octal 22 201 155 126 0 20 61 251 114 35
Binary 10010 10000001 1101101 1010110 0 10000 110001 10101001 1001100 11101

Color Harmonies of #12816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12816D

Black with #12816D

Text Example


Text Example

White with #12816D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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