Html Css Color HEX #125672 Orient

📋 copy color: '#125672'

red 18 ◦ green 86 ◦ blue 114

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

Shades of Orient #125672

Tints of Orient #125672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 52.29%

R = 8.26%
G = 39.45%
B = 52.29%

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

#125672 (or 0x125672) is known color: Orient. HEX triplet: 12, 56 and 72. RGB value is (18,86,114). Sum of RGB (Red+Green+Blue) = 18+86+114=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #125672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125672 is #EDA98D. Grayscale: #444444. Windows color (decimal): -15575438 or 7493138. OLE color: 7493138.

HSL color Cylindrical-coordinate representation of color #125672: hue angle of 197.5º 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 #125672 is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 86 114 -
CMYK 0.84 0.25 0 0.55
HSL 197.5º 0.73% 0.26% -
HSV(B) 197.5º 0.84% 0.45% -
XYZ 6.61 8 17.11 -
YUV 68.86 153.47 91.72 -
System Red Green Blue C M Y K H S L
Decimal 18 86 114 0.84 0.25 0 0.55 197.5 0.73 0.26
Hex 12 56 72 54 19 0 37 C6 49 1A
Octal 22 126 162 124 31 0 67 306 111 32
Binary 10010 1010110 1110010 1010100 11001 0 110111 11000110 1001001 11010

Color Harmonies of #125672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125672

Black with #125672

Text Example


Text Example

White with #125672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125672; }

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

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

background-color css

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

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

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

border-color css

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

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

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