Html Css Color HEX #12826E Deep Sea

📋 copy color: '#12826E'

red 18 ◦ green 130 ◦ blue 110

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

Shades of Deep Sea #12826E

Tints of Deep Sea #12826E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.39%

 BLUE value IS 110 (43.36% from 255) = 42.64%

R = 6.98%
G = 50.39%
B = 42.64%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#12826E (or 0x12826E) is known color: Deep Sea. HEX triplet: 12, 82 and 6E. RGB value is (18,130,110). Sum of RGB (Red+Green+Blue) = 18+130+110=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #12826E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12826E is #ED7D91. Grayscale: #5E5E5E. Windows color (decimal): -15564178 or 7242258. OLE color: 7242258.

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

Color convert

RGB 18 130 110 -
CMYK 0.86 0 0.15 0.49
HSL 169.29º 0.76% 0.29% -
HSV(B) 169.29º 0.86% 0.51% -
XYZ 11.05 17.22 17.49 -
YUV 94.23 136.89 73.63 -
System Red Green Blue C M Y K H S L
Decimal 18 130 110 0.86 0 0.15 0.49 169.29 0.76 0.29
Hex 12 82 6E 56 0 F 31 A9 4C 1D
Octal 22 202 156 126 0 17 61 251 114 35
Binary 10010 10000010 1101110 1010110 0 1111 110001 10101001 1001100 11101

Color Harmonies of #12826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12826E

Black with #12826E

Text Example


Text Example

White with #12826E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12826E; }

 p { color: rgb(18,130,110); }

 H1.HeaderClassName
 {
   color: #12826E;
 }
 .AnyTagClassName
 {
   color: #12826E;
 }
</style>

background-color css

<style>
 a { background-color: #12826E; }

 a { background-color: rgb(18,130,110); }

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

border-color css

<style>
 span { border-color: #12826E; }

 span { border-color: rgb(18,130,110); }

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