Html Css Color HEX #12816B Deep Sea

📋 copy color: '#12816B'

red 18 ◦ green 129 ◦ blue 107

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

Shades of Deep Sea #12816B

Tints of Deep Sea #12816B

RGB

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

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

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

R = 7.09%
G = 50.79%
B = 42.13%

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

#12816B (or 0x12816B) is known color: Deep Sea. HEX triplet: 12, 81 and 6B. RGB value is (18,129,107). Sum of RGB (Red+Green+Blue) = 18+129+107=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 129 (50.78% from 255 or 50.79% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 129 - color contains mainly: green. Hex color #12816B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12816B is #ED7E94. Grayscale: #5D5D5D. Windows color (decimal): -15564437 or 7045394. OLE color: 7045394.

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

Color convert

RGB 18 129 107 -
CMYK 0.86 0 0.17 0.49
HSL 168.11º 0.76% 0.29% -
HSV(B) 168.11º 0.86% 0.51% -
XYZ 10.75 16.89 16.6 -
YUV 93.3 135.73 74.29 -
System Red Green Blue C M Y K H S L
Decimal 18 129 107 0.86 0 0.17 0.49 168.11 0.76 0.29
Hex 12 81 6B 56 0 11 31 A8 4C 1D
Octal 22 201 153 126 0 21 61 250 114 35
Binary 10010 10000001 1101011 1010110 0 10001 110001 10101000 1001100 11101

Color Harmonies of #12816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12816B

Black with #12816B

Text Example


Text Example

White with #12816B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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