Html Css Color HEX #12825F Deep Sea

📋 copy color: '#12825F'

red 18 ◦ green 130 ◦ blue 95

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

Shades of Deep Sea #12825F

Tints of Deep Sea #12825F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.09%

R = 7.41%
G = 53.5%
B = 39.09%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#12825F (or 0x12825F) is known color: Deep Sea. HEX triplet: 12, 82 and 5F. RGB value is (18,130,95). Sum of RGB (Red+Green+Blue) = 18+130+95=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #12825F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12825F is #ED7DA0. Grayscale: #5C5C5C. Windows color (decimal): -15564193 or 6259218. OLE color: 6259218.

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

Color convert

RGB 18 130 95 -
CMYK 0.86 0 0.27 0.49
HSL 161.25º 0.76% 0.29% -
HSV(B) 161.25º 0.86% 0.51% -
XYZ 10.3 16.92 13.55 -
YUV 92.52 129.39 74.85 -
System Red Green Blue C M Y K H S L
Decimal 18 130 95 0.86 0 0.27 0.49 161.25 0.76 0.29
Hex 12 82 5F 56 0 1B 31 A1 4C 1D
Octal 22 202 137 126 0 33 61 241 114 35
Binary 10010 10000010 1011111 1010110 0 11011 110001 10100001 1001100 11101

Color Harmonies of #12825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12825F

Black with #12825F

Text Example


Text Example

White with #12825F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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