Html Css Color HEX #12516F Orient

📋 copy color: '#12516F'

red 18 ◦ green 81 ◦ blue 111

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

Shades of Orient #12516F

Tints of Orient #12516F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 52.86%

R = 8.57%
G = 38.57%
B = 52.86%

CMYK

 C value IS 0.84

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#12516F (or 0x12516F) is known color: Orient. HEX triplet: 12, 51 and 6F. RGB value is (18,81,111). Sum of RGB (Red+Green+Blue) = 18+81+111=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 111 (43.75% from 255 or 52.86% from 210); Max value from RGB is 111 - color contains mainly: blue. Hex color #12516F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12516F is #EDAE90. Grayscale: #414141. Windows color (decimal): -15576721 or 7295250. OLE color: 7295250.

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

Color convert

RGB 18 81 111 -
CMYK 0.84 0.27 0 0.56
HSL 199.35º 0.72% 0.25% -
HSV(B) 199.35º 0.84% 0.44% -
XYZ 6.06 7.16 16.1 -
YUV 65.58 153.63 94.06 -
System Red Green Blue C M Y K H S L
Decimal 18 81 111 0.84 0.27 0 0.56 199.35 0.72 0.25
Hex 12 51 6F 54 1B 0 38 C7 48 19
Octal 22 121 157 124 33 0 70 307 110 31
Binary 10010 1010001 1101111 1010100 11011 0 111000 11000111 1001000 11001

Color Harmonies of #12516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12516F

Black with #12516F

Text Example


Text Example

White with #12516F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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