Html Css Color HEX #125274 Orient

📋 copy color: '#125274'

red 18 ◦ green 82 ◦ blue 116

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

Shades of Orient #125274

Tints of Orient #125274

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.96%

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

R = 8.33%
G = 37.96%
B = 53.7%

CMYK

 C value IS 0.84

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#125274 (or 0x125274) is known color: Orient. HEX triplet: 12, 52 and 74. RGB value is (18,82,116). Sum of RGB (Red+Green+Blue) = 18+82+116=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #125274 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125274 is #EDAD8B. Grayscale: #424242. Windows color (decimal): -15576460 or 7623186. OLE color: 7623186.

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

Color convert

RGB 18 82 116 -
CMYK 0.84 0.29 0 0.55
HSL 200.82º 0.73% 0.26% -
HSV(B) 200.82º 0.84% 0.45% -
XYZ 6.42 7.42 17.62 -
YUV 66.74 155.8 93.24 -
System Red Green Blue C M Y K H S L
Decimal 18 82 116 0.84 0.29 0 0.55 200.82 0.73 0.26
Hex 12 52 74 54 1D 0 37 C9 49 1A
Octal 22 122 164 124 35 0 67 311 111 32
Binary 10010 1010010 1110100 1010100 11101 0 110111 11001001 1001001 11010

Color Harmonies of #125274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125274

Black with #125274

Text Example


Text Example

White with #125274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125274; }

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

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

background-color css

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

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

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

border-color css

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

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

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