Html Css Color HEX #12825D Deep Sea

📋 copy color: '#12825D'

red 18 ◦ green 130 ◦ blue 93

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

Shades of Deep Sea #12825D

Tints of Deep Sea #12825D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 38.59%

R = 7.47%
G = 53.94%
B = 38.59%

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

#12825D (or 0x12825D) is known color: Deep Sea. HEX triplet: 12, 82 and 5D. RGB value is (18,130,93). Sum of RGB (Red+Green+Blue) = 18+130+93=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #12825D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12825D is #ED7DA2. Grayscale: #5C5C5C. Windows color (decimal): -15564195 or 6128146. OLE color: 6128146.

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

Color convert

RGB 18 130 93 -
CMYK 0.86 0 0.28 0.49
HSL 160.18º 0.76% 0.29% -
HSV(B) 160.18º 0.86% 0.51% -
XYZ 10.21 16.88 13.08 -
YUV 92.29 128.39 75.01 -
System Red Green Blue C M Y K H S L
Decimal 18 130 93 0.86 0 0.28 0.49 160.18 0.76 0.29
Hex 12 82 5D 56 0 1C 31 A0 4C 1D
Octal 22 202 135 126 0 34 61 240 114 35
Binary 10010 10000010 1011101 1010110 0 11100 110001 10100000 1001100 11101

Color Harmonies of #12825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12825D

Black with #12825D

Text Example


Text Example

White with #12825D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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