Html Css Color HEX #125475 Orient

📋 copy color: '#125475'

red 18 ◦ green 84 ◦ blue 117

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

Shades of Orient #125475

Tints of Orient #125475

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.36%

 BLUE value IS 117 (46.09% from 255) = 53.42%

R = 8.22%
G = 38.36%
B = 53.42%

CMYK

 C value IS 0.85

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#125475 (or 0x125475) is known color: Orient. HEX triplet: 12, 54 and 75. RGB value is (18,84,117). Sum of RGB (Red+Green+Blue) = 18+84+117=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #125475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125475 is #EDAB8A. Grayscale: #434343. Windows color (decimal): -15575947 or 7689234. OLE color: 7689234.

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

Color convert

RGB 18 84 117 -
CMYK 0.85 0.28 0 0.54
HSL 200º 0.73% 0.26% -
HSV(B) 200º 0.85% 0.46% -
XYZ 6.63 7.75 17.98 -
YUV 68.03 155.63 92.32 -
System Red Green Blue C M Y K H S L
Decimal 18 84 117 0.85 0.28 0 0.54 200 0.73 0.26
Hex 12 54 75 55 1C 0 36 C8 49 1A
Octal 22 124 165 125 34 0 66 310 111 32
Binary 10010 1010100 1110101 1010101 11100 0 110110 11001000 1001001 11010

Color Harmonies of #125475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125475

Black with #125475

Text Example


Text Example

White with #125475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125475; }

 p { color: rgb(18,84,117); }

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

background-color css

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

 a { background-color: rgb(18,84,117); }

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

border-color css

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

 span { border-color: rgb(18,84,117); }

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