Html Css Color HEX #125377 Orient

📋 copy color: '#125377'

red 18 ◦ green 83 ◦ blue 119

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

Shades of Orient #125377

Tints of Orient #125377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.73%

 BLUE value IS 119 (46.88% from 255) = 54.09%

R = 8.18%
G = 37.73%
B = 54.09%

CMYK

 C value IS 0.85

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#125377 (or 0x125377) is known color: Orient. HEX triplet: 12, 53 and 77. RGB value is (18,83,119). Sum of RGB (Red+Green+Blue) = 18+83+119=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #125377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125377 is #EDAC88. Grayscale: #434343. Windows color (decimal): -15576201 or 7820050. OLE color: 7820050.

HSL color Cylindrical-coordinate representation of color #125377: hue angle of 201.39º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #125377 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 83 119 -
CMYK 0.85 0.30 0 0.53
HSL 201.39º 0.74% 0.27% -
HSV(B) 201.39º 0.85% 0.47% -
XYZ 6.67 7.65 18.58 -
YUV 67.67 156.97 92.57 -
System Red Green Blue C M Y K H S L
Decimal 18 83 119 0.85 0.30 0 0.53 201.39 0.74 0.27
Hex 12 53 77 55 1E 0 35 C9 4A 1B
Octal 22 123 167 125 36 0 65 311 112 33
Binary 10010 1010011 1110111 1010101 11110 0 110101 11001001 1001010 11011

Color Harmonies of #125377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125377

Black with #125377

Text Example


Text Example

White with #125377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125377; }

 p { color: rgb(18,83,119); }

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

background-color css

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

 a { background-color: rgb(18,83,119); }

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

border-color css

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

 span { border-color: rgb(18,83,119); }

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