Html Css Color HEX #12516C Orient

📋 copy color: '#12516C'

red 18 ◦ green 81 ◦ blue 108

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

Shades of Orient #12516C

Tints of Orient #12516C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.13%

 BLUE value IS 108 (42.58% from 255) = 52.17%

R = 8.7%
G = 39.13%
B = 52.17%

CMYK

 C value IS 0.83

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#12516C (or 0x12516C) is known color: Orient. HEX triplet: 12, 51 and 6C. RGB value is (18,81,108). Sum of RGB (Red+Green+Blue) = 18+81+108=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 108 (42.58% from 255 or 52.17% from 207); Max value from RGB is 108 - color contains mainly: blue. Hex color #12516C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12516C is #EDAE93. Grayscale: #414141. Windows color (decimal): -15576724 or 7098642. OLE color: 7098642.

HSL color Cylindrical-coordinate representation of color #12516C: hue angle of 198º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12516C is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 81 108 -
CMYK 0.83 0.25 0 0.58
HSL 198º 0.71% 0.25% -
HSV(B) 198º 0.83% 0.42% -
XYZ 5.9 7.1 15.25 -
YUV 65.24 152.13 94.3 -
System Red Green Blue C M Y K H S L
Decimal 18 81 108 0.83 0.25 0 0.58 198 0.71 0.25
Hex 12 51 6C 53 19 0 3A C6 47 19
Octal 22 121 154 123 31 0 72 306 107 31
Binary 10010 1010001 1101100 1010011 11001 0 111010 11000110 1000111 11001

Color Harmonies of #12516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12516C

Black with #12516C

Text Example


Text Example

White with #12516C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,81,108); }

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

background-color css

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

 a { background-color: rgb(18,81,108); }

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

border-color css

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

 span { border-color: rgb(18,81,108); }

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