Html Css Color HEX #125173 Orient

📋 copy color: '#125173'

red 18 ◦ green 81 ◦ blue 115

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

Shades of Orient #125173

Tints of Orient #125173

RGB

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

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

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

R = 8.41%
G = 37.85%
B = 53.74%

CMYK

 C value IS 0.84

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#125173 (or 0x125173) is known color: Orient. HEX triplet: 12, 51 and 73. RGB value is (18,81,115). Sum of RGB (Red+Green+Blue) = 18+81+115=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #125173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125173 is #EDAE8C. Grayscale: #414141. Windows color (decimal): -15576717 or 7557394. OLE color: 7557394.

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

Color convert

RGB 18 81 115 -
CMYK 0.84 0.30 0 0.55
HSL 201.03º 0.73% 0.26% -
HSV(B) 201.03º 0.84% 0.45% -
XYZ 6.29 7.25 17.29 -
YUV 66.04 155.63 93.74 -
System Red Green Blue C M Y K H S L
Decimal 18 81 115 0.84 0.30 0 0.55 201.03 0.73 0.26
Hex 12 51 73 54 1E 0 37 C9 49 1A
Octal 22 121 163 124 36 0 67 311 111 32
Binary 10010 1010001 1110011 1010100 11110 0 110111 11001001 1001001 11010

Color Harmonies of #125173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125173

Black with #125173

Text Example


Text Example

White with #125173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125173; }

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

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

background-color css

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

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

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

border-color css

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

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

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