Html Css Color HEX #125878 Orient

📋 copy color: '#125878'

red 18 ◦ green 88 ◦ blue 120

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

Shades of Orient #125878

Tints of Orient #125878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 53.1%

R = 7.96%
G = 38.94%
B = 53.1%

CMYK

 C value IS 0.85

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#125878 (or 0x125878) is known color: Orient. HEX triplet: 12, 58 and 78. RGB value is (18,88,120). Sum of RGB (Red+Green+Blue) = 18+88+120=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #125878 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125878 is #EDA787. Grayscale: #464646. Windows color (decimal): -15574920 or 7886866. OLE color: 7886866.

HSL color Cylindrical-coordinate representation of color #125878: hue angle of 198.82º 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 #125878 is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 88 120 -
CMYK 0.85 0.27 0 0.53
HSL 198.82º 0.74% 0.27% -
HSV(B) 198.82º 0.85% 0.47% -
XYZ 7.13 8.46 19.03 -
YUV 70.72 155.81 90.4 -
System Red Green Blue C M Y K H S L
Decimal 18 88 120 0.85 0.27 0 0.53 198.82 0.74 0.27
Hex 12 58 78 55 1B 0 35 C7 4A 1B
Octal 22 130 170 125 33 0 65 307 112 33
Binary 10010 1011000 1111000 1010101 11011 0 110101 11000111 1001010 11011

Color Harmonies of #125878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125878

Black with #125878

Text Example


Text Example

White with #125878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125878; }

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

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

background-color css

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

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

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

border-color css

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

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

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