Html Css Color HEX #12846B Deep Sea

📋 copy color: '#12846B'

red 18 ◦ green 132 ◦ blue 107

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

Shades of Deep Sea #12846B

Tints of Deep Sea #12846B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.36%

 BLUE value IS 107 (42.19% from 255) = 41.63%

R = 7%
G = 51.36%
B = 41.63%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#12846B (or 0x12846B) is known color: Deep Sea. HEX triplet: 12, 84 and 6B. RGB value is (18,132,107). Sum of RGB (Red+Green+Blue) = 18+132+107=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #12846B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12846B is #ED7B94. Grayscale: #5F5F5F. Windows color (decimal): -15563669 or 7046162. OLE color: 7046162.

HSL color Cylindrical-coordinate representation of color #12846B: hue angle of 166.84º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12846B is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 132 107 -
CMYK 0.86 0 0.19 0.48
HSL 166.84º 0.76% 0.29% -
HSV(B) 166.84º 0.86% 0.52% -
XYZ 11.15 17.69 16.74 -
YUV 95.06 134.73 73.03 -
System Red Green Blue C M Y K H S L
Decimal 18 132 107 0.86 0 0.19 0.48 166.84 0.76 0.29
Hex 12 84 6B 56 0 13 30 A7 4C 1D
Octal 22 204 153 126 0 23 60 247 114 35
Binary 10010 10000100 1101011 1010110 0 10011 110000 10100111 1001100 11101

Color Harmonies of #12846B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12846B

Black with #12846B

Text Example


Text Example

White with #12846B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12846B; }

 p { color: rgb(18,132,107); }

 H1.HeaderClassName
 {
   color: #12846B;
 }
 .AnyTagClassName
 {
   color: #12846B;
 }
</style>

background-color css

<style>
 a { background-color: #12846B; }

 a { background-color: rgb(18,132,107); }

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

border-color css

<style>
 span { border-color: #12846B; }

 span { border-color: rgb(18,132,107); }

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