Html Css Color HEX #125978 Orient

📋 copy color: '#125978'

red 18 ◦ green 89 ◦ blue 120

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

Shades of Orient #125978

Tints of Orient #125978

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.21%

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

R = 7.93%
G = 39.21%
B = 52.86%

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

#125978 (or 0x125978) is known color: Orient. HEX triplet: 12, 59 and 78. RGB value is (18,89,120). Sum of RGB (Red+Green+Blue) = 18+89+120=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #125978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125978 is #EDA687. Grayscale: #474747. Windows color (decimal): -15574664 or 7887122. OLE color: 7887122.

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

Color convert

RGB 18 89 120 -
CMYK 0.85 0.26 0 0.53
HSL 198.24º 0.74% 0.27% -
HSV(B) 198.24º 0.85% 0.47% -
XYZ 7.21 8.63 19.05 -
YUV 71.31 155.48 89.98 -
System Red Green Blue C M Y K H S L
Decimal 18 89 120 0.85 0.26 0 0.53 198.24 0.74 0.27
Hex 12 59 78 55 1A 0 35 C6 4A 1B
Octal 22 131 170 125 32 0 65 306 112 33
Binary 10010 1011001 1111000 1010101 11010 0 110101 11000110 1001010 11011

Color Harmonies of #125978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125978

Black with #125978

Text Example


Text Example

White with #125978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125978; }

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

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

background-color css

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

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

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

border-color css

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

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

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