Html Css Color HEX #125673 Orient

📋 copy color: '#125673'

red 18 ◦ green 86 ◦ blue 115

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

Shades of Orient #125673

Tints of Orient #125673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 52.51%

R = 8.22%
G = 39.27%
B = 52.51%

CMYK

 C value IS 0.84

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#125673 (or 0x125673) is known color: Orient. HEX triplet: 12, 56 and 73. RGB value is (18,86,115). Sum of RGB (Red+Green+Blue) = 18+86+115=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 86 (33.98% from 255 or 39.27% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #125673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125673 is #EDA98C. Grayscale: #444444. Windows color (decimal): -15575437 or 7558674. OLE color: 7558674.

HSL color Cylindrical-coordinate representation of color #125673: hue angle of 197.94º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #125673 is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 86 115 -
CMYK 0.84 0.25 0 0.55
HSL 197.94º 0.73% 0.26% -
HSV(B) 197.94º 0.84% 0.45% -
XYZ 6.67 8.02 17.42 -
YUV 68.97 153.97 91.64 -
System Red Green Blue C M Y K H S L
Decimal 18 86 115 0.84 0.25 0 0.55 197.94 0.73 0.26
Hex 12 56 73 54 19 0 37 C6 49 1A
Octal 22 126 163 124 31 0 67 306 111 32
Binary 10010 1010110 1110011 1010100 11001 0 110111 11000110 1001001 11010

Color Harmonies of #125673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125673

Black with #125673

Text Example


Text Example

White with #125673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125673; }

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

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

background-color css

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

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

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

border-color css

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

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

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