Html Css Color HEX #125875 Orient

📋 copy color: '#125875'

red 18 ◦ green 88 ◦ blue 117

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

Shades of Orient #125875

Tints of Orient #125875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.46%

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

R = 8.07%
G = 39.46%
B = 52.47%

CMYK

 C value IS 0.85

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#125875 (or 0x125875) is known color: Orient. HEX triplet: 12, 58 and 75. RGB value is (18,88,117). Sum of RGB (Red+Green+Blue) = 18+88+117=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #125875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125875 is #EDA78A. Grayscale: #464646. Windows color (decimal): -15574923 or 7690258. OLE color: 7690258.

HSL color Cylindrical-coordinate representation of color #125875: hue angle of 197.58º 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 #125875 is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 88 117 -
CMYK 0.85 0.25 0 0.54
HSL 197.58º 0.73% 0.26% -
HSV(B) 197.58º 0.85% 0.46% -
XYZ 6.95 8.39 18.08 -
YUV 70.38 154.31 90.64 -
System Red Green Blue C M Y K H S L
Decimal 18 88 117 0.85 0.25 0 0.54 197.58 0.73 0.26
Hex 12 58 75 55 19 0 36 C6 49 1A
Octal 22 130 165 125 31 0 66 306 111 32
Binary 10010 1011000 1110101 1010101 11001 0 110110 11000110 1001001 11010

Color Harmonies of #125875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125875

Black with #125875

Text Example


Text Example

White with #125875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125875; }

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

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

background-color css

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

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

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

border-color css

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

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

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