Html Css Color HEX #125478 Orient

📋 copy color: '#125478'

red 18 ◦ green 84 ◦ blue 120

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

Shades of Orient #125478

Tints of Orient #125478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 54.05%

R = 8.11%
G = 37.84%
B = 54.05%

CMYK

 C value IS 0.85

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#125478 (or 0x125478) is known color: Orient. HEX triplet: 12, 54 and 78. RGB value is (18,84,120). Sum of RGB (Red+Green+Blue) = 18+84+120=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #125478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125478 is #EDAB87. Grayscale: #444444. Windows color (decimal): -15575944 or 7885842. OLE color: 7885842.

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

Color convert

RGB 18 84 120 -
CMYK 0.85 0.3 0 0.53
HSL 201.18º 0.74% 0.27% -
HSV(B) 201.18º 0.85% 0.47% -
XYZ 6.81 7.83 18.92 -
YUV 68.37 157.13 92.07 -
System Red Green Blue C M Y K H S L
Decimal 18 84 120 0.85 0.3 0 0.53 201.18 0.74 0.27
Hex 12 54 78 55 1E 0 35 C9 4A 1B
Octal 22 124 170 125 36 0 65 311 112 33
Binary 10010 1010100 1111000 1010101 11110 0 110101 11001001 1001010 11011

Color Harmonies of #125478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125478

Black with #125478

Text Example


Text Example

White with #125478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125478; }

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

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

background-color css

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

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

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

border-color css

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

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

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