Html Css Color HEX #12516E Orient

📋 copy color: '#12516E'

red 18 ◦ green 81 ◦ blue 110

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

Shades of Orient #12516E

Tints of Orient #12516E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 52.63%

R = 8.61%
G = 38.76%
B = 52.63%

CMYK

 C value IS 0.84

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#12516E (or 0x12516E) is known color: Orient. HEX triplet: 12, 51 and 6E. RGB value is (18,81,110). Sum of RGB (Red+Green+Blue) = 18+81+110=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #12516E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12516E is #EDAE91. Grayscale: #414141. Windows color (decimal): -15576722 or 7229714. OLE color: 7229714.

HSL color Cylindrical-coordinate representation of color #12516E: hue angle of 198.91º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12516E is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 18 81 110 -
CMYK 0.84 0.26 0 0.57
HSL 198.91º 0.72% 0.25% -
HSV(B) 198.91º 0.84% 0.43% -
XYZ 6.01 7.14 15.81 -
YUV 65.47 153.13 94.14 -
System Red Green Blue C M Y K H S L
Decimal 18 81 110 0.84 0.26 0 0.57 198.91 0.72 0.25
Hex 12 51 6E 54 1A 0 39 C7 48 19
Octal 22 121 156 124 32 0 71 307 110 31
Binary 10010 1010001 1101110 1010100 11010 0 111001 11000111 1001000 11001

Color Harmonies of #12516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12516E

Black with #12516E

Text Example


Text Example

White with #12516E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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