Html Css Color HEX #125779 Orient

📋 copy color: '#125779'

red 18 ◦ green 87 ◦ blue 121

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

Shades of Orient #125779

Tints of Orient #125779

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.5%

 BLUE value IS 121 (47.66% from 255) = 53.54%

R = 7.96%
G = 38.5%
B = 53.54%

CMYK

 C value IS 0.85

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#125779 (or 0x125779) is known color: Orient. HEX triplet: 12, 57 and 79. RGB value is (18,87,121). Sum of RGB (Red+Green+Blue) = 18+87+121=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #125779 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125779 is #EDA886. Grayscale: #464646. Windows color (decimal): -15575175 or 7952146. OLE color: 7952146.

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

Color convert

RGB 18 87 121 -
CMYK 0.85 0.28 0 0.53
HSL 199.81º 0.74% 0.27% -
HSV(B) 199.81º 0.85% 0.47% -
XYZ 7.11 8.33 19.32 -
YUV 70.25 156.64 90.74 -
System Red Green Blue C M Y K H S L
Decimal 18 87 121 0.85 0.28 0 0.53 199.81 0.74 0.27
Hex 12 57 79 55 1C 0 35 C8 4A 1B
Octal 22 127 171 125 34 0 65 310 112 33
Binary 10010 1010111 1111001 1010101 11100 0 110101 11001000 1001010 11011

Color Harmonies of #125779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125779

Black with #125779

Text Example


Text Example

White with #125779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125779; }

 p { color: rgb(18,87,121); }

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

background-color css

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

 a { background-color: rgb(18,87,121); }

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

border-color css

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

 span { border-color: rgb(18,87,121); }

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