Html Css Color HEX #12576F Orient

📋 copy color: '#12576F'

red 18 ◦ green 87 ◦ blue 111

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

Shades of Orient #12576F

Tints of Orient #12576F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.28%

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

R = 8.33%
G = 40.28%
B = 51.39%

CMYK

 C value IS 0.84

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#12576F (or 0x12576F) is known color: Orient. HEX triplet: 12, 57 and 6F. RGB value is (18,87,111). Sum of RGB (Red+Green+Blue) = 18+87+111=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #12576F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12576F is #EDA890. Grayscale: #444444. Windows color (decimal): -15575185 or 7296786. OLE color: 7296786.

HSL color Cylindrical-coordinate representation of color #12576F: hue angle of 195.48º 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 #12576F is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 87 111 -
CMYK 0.84 0.22 0 0.56
HSL 195.48º 0.72% 0.25% -
HSV(B) 195.48º 0.84% 0.44% -
XYZ 6.53 8.09 16.26 -
YUV 69.11 151.64 91.55 -
System Red Green Blue C M Y K H S L
Decimal 18 87 111 0.84 0.22 0 0.56 195.48 0.72 0.25
Hex 12 57 6F 54 16 0 38 C3 48 19
Octal 22 127 157 124 26 0 70 303 110 31
Binary 10010 1010111 1101111 1010100 10110 0 111000 11000011 1001000 11001

Color Harmonies of #12576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12576F

Black with #12576F

Text Example


Text Example

White with #12576F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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