Html Css Color HEX #125877 Orient

📋 copy color: '#125877'

red 18 ◦ green 88 ◦ blue 119

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

Shades of Orient #125877

Tints of Orient #125877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.11%

 BLUE value IS 119 (46.88% from 255) = 52.89%

R = 8%
G = 39.11%
B = 52.89%

CMYK

 C value IS 0.85

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#125877 (or 0x125877) is known color: Orient. HEX triplet: 12, 58 and 77. RGB value is (18,88,119). Sum of RGB (Red+Green+Blue) = 18+88+119=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #125877 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125877 is #EDA788. Grayscale: #464646. Windows color (decimal): -15574921 or 7821330. OLE color: 7821330.

HSL color Cylindrical-coordinate representation of color #125877: hue angle of 198.42º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #125877 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 88 119 -
CMYK 0.85 0.26 0 0.53
HSL 198.42º 0.74% 0.27% -
HSV(B) 198.42º 0.85% 0.47% -
XYZ 7.07 8.44 18.71 -
YUV 70.6 155.31 90.48 -
System Red Green Blue C M Y K H S L
Decimal 18 88 119 0.85 0.26 0 0.53 198.42 0.74 0.27
Hex 12 58 77 55 1A 0 35 C6 4A 1B
Octal 22 130 167 125 32 0 65 306 112 33
Binary 10010 1011000 1110111 1010101 11010 0 110101 11000110 1001010 11011

Color Harmonies of #125877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125877

Black with #125877

Text Example


Text Example

White with #125877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125877; }

 p { color: rgb(18,88,119); }

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

background-color css

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

 a { background-color: rgb(18,88,119); }

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

border-color css

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

 span { border-color: rgb(18,88,119); }

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