Html Css Color HEX #125474 Orient

📋 copy color: '#125474'

red 18 ◦ green 84 ◦ blue 116

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

Shades of Orient #125474

Tints of Orient #125474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 53.21%

R = 8.26%
G = 38.53%
B = 53.21%

CMYK

 C value IS 0.84

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#125474 (or 0x125474) is known color: Orient. HEX triplet: 12, 54 and 74. RGB value is (18,84,116). Sum of RGB (Red+Green+Blue) = 18+84+116=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #125474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125474 is #EDAB8B. Grayscale: #434343. Windows color (decimal): -15575948 or 7623698. OLE color: 7623698.

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

Color convert

RGB 18 84 116 -
CMYK 0.84 0.28 0 0.55
HSL 199.59º 0.73% 0.26% -
HSV(B) 199.59º 0.84% 0.45% -
XYZ 6.57 7.73 17.67 -
YUV 67.91 155.13 92.4 -
System Red Green Blue C M Y K H S L
Decimal 18 84 116 0.84 0.28 0 0.55 199.59 0.73 0.26
Hex 12 54 74 54 1C 0 37 C8 49 1A
Octal 22 124 164 124 34 0 67 310 111 32
Binary 10010 1010100 1110100 1010100 11100 0 110111 11001000 1001001 11010

Color Harmonies of #125474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125474

Black with #125474

Text Example


Text Example

White with #125474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125474; }

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

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

background-color css

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

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

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

border-color css

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

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

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