Html Css Color HEX #12576D Orient

📋 copy color: '#12576D'

red 18 ◦ green 87 ◦ blue 109

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

Shades of Orient #12576D

Tints of Orient #12576D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 50.93%

R = 8.41%
G = 40.65%
B = 50.93%

CMYK

 C value IS 0.83

 M value IS 0.20

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#12576D (or 0x12576D) is known color: Orient. HEX triplet: 12, 57 and 6D. RGB value is (18,87,109). Sum of RGB (Red+Green+Blue) = 18+87+109=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #12576D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12576D is #EDA892. Grayscale: #444444. Windows color (decimal): -15575187 or 7165714. OLE color: 7165714.

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

Color convert

RGB 18 87 109 -
CMYK 0.83 0.20 0 0.57
HSL 194.51º 0.72% 0.25% -
HSV(B) 194.51º 0.83% 0.43% -
XYZ 6.42 8.05 15.68 -
YUV 68.88 150.64 91.71 -
System Red Green Blue C M Y K H S L
Decimal 18 87 109 0.83 0.20 0 0.57 194.51 0.72 0.25
Hex 12 57 6D 53 14 0 39 C3 48 19
Octal 22 127 155 123 24 0 71 303 110 31
Binary 10010 1010111 1101101 1010011 10100 0 111001 11000011 1001000 11001

Color Harmonies of #12576D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12576D

Black with #12576D

Text Example


Text Example

White with #12576D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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