Html Css Color HEX #12865A Deep Sea

📋 copy color: '#12865A'

red 18 ◦ green 134 ◦ blue 90

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

Shades of Deep Sea #12865A

Tints of Deep Sea #12865A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 55.37%

 BLUE value IS 90 (35.55% from 255) = 37.19%

R = 7.44%
G = 55.37%
B = 37.19%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#12865A (or 0x12865A) is known color: Deep Sea. HEX triplet: 12, 86 and 5A. RGB value is (18,134,90). Sum of RGB (Red+Green+Blue) = 18+134+90=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 134 (52.73% from 255 or 55.37% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 134 - color contains mainly: green. Hex color #12865A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12865A is #ED79A5. Grayscale: #5E5E5E. Windows color (decimal): -15563174 or 5932562. OLE color: 5932562.

HSL color Cylindrical-coordinate representation of color #12865A: hue angle of 157.24º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12865A is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 134 90 -
CMYK 0.87 0 0.33 0.47
HSL 157.24º 0.76% 0.3% -
HSV(B) 157.24º 0.87% 0.53% -
XYZ 10.62 17.92 12.57 -
YUV 94.3 125.57 73.58 -
System Red Green Blue C M Y K H S L
Decimal 18 134 90 0.87 0 0.33 0.47 157.24 0.76 0.3
Hex 12 86 5A 57 0 21 2F 9D 4C 1E
Octal 22 206 132 127 0 41 57 235 114 36
Binary 10010 10000110 1011010 1010111 0 100001 101111 10011101 1001100 11110

Color Harmonies of #12865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12865A

Black with #12865A

Text Example


Text Example

White with #12865A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12865A; }

 p { color: rgb(18,134,90); }

 H1.HeaderClassName
 {
   color: #12865A;
 }
 .AnyTagClassName
 {
   color: #12865A;
 }
</style>

background-color css

<style>
 a { background-color: #12865A; }

 a { background-color: rgb(18,134,90); }

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

border-color css

<style>
 span { border-color: #12865A; }

 span { border-color: rgb(18,134,90); }

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