Html Css Color HEX #125773 Orient

📋 copy color: '#125773'

red 18 ◦ green 87 ◦ blue 115

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

Shades of Orient #125773

Tints of Orient #125773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 52.27%

R = 8.18%
G = 39.55%
B = 52.27%

CMYK

 C value IS 0.84

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#125773 (or 0x125773) is known color: Orient. HEX triplet: 12, 57 and 73. RGB value is (18,87,115). Sum of RGB (Red+Green+Blue) = 18+87+115=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #125773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125773 is #EDA88C. Grayscale: #454545. Windows color (decimal): -15575181 or 7558930. OLE color: 7558930.

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

Color convert

RGB 18 87 115 -
CMYK 0.84 0.24 0 0.55
HSL 197.32º 0.73% 0.26% -
HSV(B) 197.32º 0.84% 0.45% -
XYZ 6.75 8.18 17.44 -
YUV 69.56 153.64 91.22 -
System Red Green Blue C M Y K H S L
Decimal 18 87 115 0.84 0.24 0 0.55 197.32 0.73 0.26
Hex 12 57 73 54 18 0 37 C5 49 1A
Octal 22 127 163 124 30 0 67 305 111 32
Binary 10010 1010111 1110011 1010100 11000 0 110111 11000101 1001001 11010

Color Harmonies of #125773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125773

Black with #125773

Text Example


Text Example

White with #125773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125773; }

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

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

background-color css

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

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

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

border-color css

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

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

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