Html Css Color HEX #12556D Orient

📋 copy color: '#12556D'

red 18 ◦ green 85 ◦ blue 109

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

Shades of Orient #12556D

Tints of Orient #12556D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.09%

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

R = 8.49%
G = 40.09%
B = 51.42%

CMYK

 C value IS 0.83

 M value IS 0.22

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#12556D (or 0x12556D) is known color: Orient. HEX triplet: 12, 55 and 6D. RGB value is (18,85,109). Sum of RGB (Red+Green+Blue) = 18+85+109=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 109 (42.97% from 255 or 51.42% from 212); Max value from RGB is 109 - color contains mainly: blue. Hex color #12556D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12556D is #EDAA92. Grayscale: #434343. Windows color (decimal): -15575699 or 7165202. OLE color: 7165202.

HSL color Cylindrical-coordinate representation of color #12556D: hue angle of 195.82º 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 #12556D is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 18 85 109 -
CMYK 0.83 0.22 0 0.57
HSL 195.82º 0.72% 0.25% -
HSV(B) 195.82º 0.83% 0.43% -
XYZ 6.26 7.73 15.63 -
YUV 67.7 151.3 92.55 -
System Red Green Blue C M Y K H S L
Decimal 18 85 109 0.83 0.22 0 0.57 195.82 0.72 0.25
Hex 12 55 6D 53 16 0 39 C4 48 19
Octal 22 125 155 123 26 0 71 304 110 31
Binary 10010 1010101 1101101 1010011 10110 0 111001 11000100 1001000 11001

Color Harmonies of #12556D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12556D

Black with #12556D

Text Example


Text Example

White with #12556D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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