Html Css Color HEX #12865C Deep Sea

📋 copy color: '#12865C'

red 18 ◦ green 134 ◦ blue 92

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

Shades of Deep Sea #12865C

Tints of Deep Sea #12865C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.7%

R = 7.38%
G = 54.92%
B = 37.7%

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

#12865C (or 0x12865C) is known color: Deep Sea. HEX triplet: 12, 86 and 5C. RGB value is (18,134,92). Sum of RGB (Red+Green+Blue) = 18+134+92=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 134 (52.73% from 255 or 54.92% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 134 - color contains mainly: green. Hex color #12865C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12865C is #ED79A3. Grayscale: #5E5E5E. Windows color (decimal): -15563172 or 6063634. OLE color: 6063634.

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

Color convert

RGB 18 134 92 -
CMYK 0.87 0 0.31 0.47
HSL 158.28º 0.76% 0.3% -
HSV(B) 158.28º 0.87% 0.53% -
XYZ 10.71 17.95 13.03 -
YUV 94.53 126.57 73.42 -
System Red Green Blue C M Y K H S L
Decimal 18 134 92 0.87 0 0.31 0.47 158.28 0.76 0.3
Hex 12 86 5C 57 0 1F 2F 9E 4C 1E
Octal 22 206 134 127 0 37 57 236 114 36
Binary 10010 10000110 1011100 1010111 0 11111 101111 10011110 1001100 11110

Color Harmonies of #12865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12865C

Black with #12865C

Text Example


Text Example

White with #12865C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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