Html Css Color HEX #12566F Orient

📋 copy color: '#12566F'

red 18 ◦ green 86 ◦ blue 111

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

Shades of Orient #12566F

Tints of Orient #12566F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40%

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

R = 8.37%
G = 40%
B = 51.63%

CMYK

 C value IS 0.84

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#12566F (or 0x12566F) is known color: Orient. HEX triplet: 12, 56 and 6F. RGB value is (18,86,111). Sum of RGB (Red+Green+Blue) = 18+86+111=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #12566F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12566F is #EDA990. Grayscale: #444444. Windows color (decimal): -15575441 or 7296530. OLE color: 7296530.

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

Color convert

RGB 18 86 111 -
CMYK 0.84 0.23 0 0.56
HSL 196.13º 0.72% 0.25% -
HSV(B) 196.13º 0.84% 0.44% -
XYZ 6.45 7.93 16.23 -
YUV 68.52 151.97 91.97 -
System Red Green Blue C M Y K H S L
Decimal 18 86 111 0.84 0.23 0 0.56 196.13 0.72 0.25
Hex 12 56 6F 54 17 0 38 C4 48 19
Octal 22 126 157 124 27 0 70 304 110 31
Binary 10010 1010110 1101111 1010100 10111 0 111000 11000100 1001000 11001

Color Harmonies of #12566F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12566F

Black with #12566F

Text Example


Text Example

White with #12566F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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