Html Css Color HEX #125271 Orient

📋 copy color: '#125271'

red 18 ◦ green 82 ◦ blue 113

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

Shades of Orient #125271

Tints of Orient #125271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.5%

 BLUE value IS 113 (44.53% from 255) = 53.05%

R = 8.45%
G = 38.5%
B = 53.05%

CMYK

 C value IS 0.84

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#125271 (or 0x125271) is known color: Orient. HEX triplet: 12, 52 and 71. RGB value is (18,82,113). Sum of RGB (Red+Green+Blue) = 18+82+113=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #125271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125271 is #EDAD8E. Grayscale: #424242. Windows color (decimal): -15576463 or 7426578. OLE color: 7426578.

HSL color Cylindrical-coordinate representation of color #125271: hue angle of 199.58º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #125271 is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 82 113 -
CMYK 0.84 0.27 0 0.56
HSL 199.58º 0.73% 0.26% -
HSV(B) 199.58º 0.84% 0.44% -
XYZ 6.25 7.36 16.71 -
YUV 66.4 154.3 93.48 -
System Red Green Blue C M Y K H S L
Decimal 18 82 113 0.84 0.27 0 0.56 199.58 0.73 0.26
Hex 12 52 71 54 1B 0 38 C8 49 1A
Octal 22 122 161 124 33 0 70 310 111 32
Binary 10010 1010010 1110001 1010100 11011 0 111000 11001000 1001001 11010

Color Harmonies of #125271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125271

Black with #125271

Text Example


Text Example

White with #125271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125271; }

 p { color: rgb(18,82,113); }

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

background-color css

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

 a { background-color: rgb(18,82,113); }

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

border-color css

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

 span { border-color: rgb(18,82,113); }

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