Html Css Color HEX #12865D Deep Sea

📋 copy color: '#12865D'

red 18 ◦ green 134 ◦ blue 93

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

Shades of Deep Sea #12865D

Tints of Deep Sea #12865D

RGB

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

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

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

R = 7.35%
G = 54.69%
B = 37.96%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#12865D (or 0x12865D) is known color: Deep Sea. HEX triplet: 12, 86 and 5D. RGB value is (18,134,93). Sum of RGB (Red+Green+Blue) = 18+134+93=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #12865D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12865D is #ED79A2. Grayscale: #5E5E5E. Windows color (decimal): -15563171 or 6129170. OLE color: 6129170.

HSL color Cylindrical-coordinate representation of color #12865D: hue angle of 158.79º 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 #12865D is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 134 93 -
CMYK 0.87 0 0.31 0.47
HSL 158.79º 0.76% 0.3% -
HSV(B) 158.79º 0.87% 0.53% -
XYZ 10.75 17.97 13.26 -
YUV 94.64 127.07 73.33 -
System Red Green Blue C M Y K H S L
Decimal 18 134 93 0.87 0 0.31 0.47 158.79 0.76 0.3
Hex 12 86 5D 57 0 1F 2F 9F 4C 1E
Octal 22 206 135 127 0 37 57 237 114 36
Binary 10010 10000110 1011101 1010111 0 11111 101111 10011111 1001100 11110

Color Harmonies of #12865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12865D

Black with #12865D

Text Example


Text Example

White with #12865D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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