Html Css Color HEX #12825E Deep Sea

📋 copy color: '#12825E'

red 18 ◦ green 130 ◦ blue 94

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

Shades of Deep Sea #12825E

Tints of Deep Sea #12825E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 38.84%

R = 7.44%
G = 53.72%
B = 38.84%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#12825E (or 0x12825E) is known color: Deep Sea. HEX triplet: 12, 82 and 5E. RGB value is (18,130,94). Sum of RGB (Red+Green+Blue) = 18+130+94=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 130 (51.17% from 255 or 53.72% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 130 - color contains mainly: green. Hex color #12825E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12825E is #ED7DA1. Grayscale: #5C5C5C. Windows color (decimal): -15564194 or 6193682. OLE color: 6193682.

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

Color convert

RGB 18 130 94 -
CMYK 0.86 0 0.28 0.49
HSL 160.71º 0.76% 0.29% -
HSV(B) 160.71º 0.86% 0.51% -
XYZ 10.25 16.9 13.31 -
YUV 92.41 128.89 74.93 -
System Red Green Blue C M Y K H S L
Decimal 18 130 94 0.86 0 0.28 0.49 160.71 0.76 0.29
Hex 12 82 5E 56 0 1C 31 A1 4C 1D
Octal 22 202 136 126 0 34 61 241 114 35
Binary 10010 10000010 1011110 1010110 0 11100 110001 10100001 1001100 11101

Color Harmonies of #12825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12825E

Black with #12825E

Text Example


Text Example

White with #12825E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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