Html Css Color HEX #125172 Orient

📋 copy color: '#125172'

red 18 ◦ green 81 ◦ blue 114

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

Shades of Orient #125172

Tints of Orient #125172

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.03%

 BLUE value IS 114 (44.92% from 255) = 53.52%

R = 8.45%
G = 38.03%
B = 53.52%

CMYK

 C value IS 0.84

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#125172 (or 0x125172) is known color: Orient. HEX triplet: 12, 51 and 72. RGB value is (18,81,114). Sum of RGB (Red+Green+Blue) = 18+81+114=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #125172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125172 is #EDAE8D. Grayscale: #414141. Windows color (decimal): -15576718 or 7491858. OLE color: 7491858.

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

Color convert

RGB 18 81 114 -
CMYK 0.84 0.29 0 0.55
HSL 200.63º 0.73% 0.26% -
HSV(B) 200.63º 0.84% 0.45% -
XYZ 6.23 7.23 16.99 -
YUV 65.93 155.13 93.82 -
System Red Green Blue C M Y K H S L
Decimal 18 81 114 0.84 0.29 0 0.55 200.63 0.73 0.26
Hex 12 51 72 54 1D 0 37 C9 49 1A
Octal 22 121 162 124 35 0 67 311 111 32
Binary 10010 1010001 1110010 1010100 11101 0 110111 11001001 1001001 11010

Color Harmonies of #125172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125172

Black with #125172

Text Example


Text Example

White with #125172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125172; }

 p { color: rgb(18,81,114); }

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

background-color css

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

 a { background-color: rgb(18,81,114); }

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

border-color css

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

 span { border-color: rgb(18,81,114); }

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