Html Css Color HEX #125477 Orient

📋 copy color: '#125477'

red 18 ◦ green 84 ◦ blue 119

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

Shades of Orient #125477

Tints of Orient #125477

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.01%

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

R = 8.14%
G = 38.01%
B = 53.85%

CMYK

 C value IS 0.85

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#125477 (or 0x125477) is known color: Orient. HEX triplet: 12, 54 and 77. RGB value is (18,84,119). Sum of RGB (Red+Green+Blue) = 18+84+119=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #125477 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125477 is #EDAB88. Grayscale: #444444. Windows color (decimal): -15575945 or 7820306. OLE color: 7820306.

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

Color convert

RGB 18 84 119 -
CMYK 0.85 0.29 0 0.53
HSL 200.79º 0.74% 0.27% -
HSV(B) 200.79º 0.85% 0.47% -
XYZ 6.75 7.8 18.6 -
YUV 68.26 156.63 92.15 -
System Red Green Blue C M Y K H S L
Decimal 18 84 119 0.85 0.29 0 0.53 200.79 0.74 0.27
Hex 12 54 77 55 1D 0 35 C9 4A 1B
Octal 22 124 167 125 35 0 65 311 112 33
Binary 10010 1010100 1110111 1010101 11101 0 110101 11001001 1001010 11011

Color Harmonies of #125477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125477

Black with #125477

Text Example


Text Example

White with #125477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125477; }

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

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

background-color css

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

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

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

border-color css

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

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

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