Html Css Color HEX #125376 Orient

📋 copy color: '#125376'

red 18 ◦ green 83 ◦ blue 118

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

Shades of Orient #125376

Tints of Orient #125376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.9%

 BLUE value IS 118 (46.48% from 255) = 53.88%

R = 8.22%
G = 37.9%
B = 53.88%

CMYK

 C value IS 0.85

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#125376 (or 0x125376) is known color: Orient. HEX triplet: 12, 53 and 76. RGB value is (18,83,118). Sum of RGB (Red+Green+Blue) = 18+83+118=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #125376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125376 is #EDAC89. Grayscale: #434343. Windows color (decimal): -15576202 or 7754514. OLE color: 7754514.

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

Color convert

RGB 18 83 118 -
CMYK 0.85 0.30 0 0.54
HSL 201º 0.74% 0.27% -
HSV(B) 201º 0.85% 0.46% -
XYZ 6.61 7.62 18.26 -
YUV 67.56 156.47 92.65 -
System Red Green Blue C M Y K H S L
Decimal 18 83 118 0.85 0.30 0 0.54 201 0.74 0.27
Hex 12 53 76 55 1E 0 36 C9 4A 1B
Octal 22 123 166 125 36 0 66 311 112 33
Binary 10010 1010011 1110110 1010101 11110 0 110110 11001001 1001010 11011

Color Harmonies of #125376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125376

Black with #125376

Text Example


Text Example

White with #125376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125376; }

 p { color: rgb(18,83,118); }

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

background-color css

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

 a { background-color: rgb(18,83,118); }

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

border-color css

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

 span { border-color: rgb(18,83,118); }

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