Html Css Color HEX #124F6C Orient

📋 copy color: '#124F6C'

red 18 ◦ green 79 ◦ blue 108

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

Shades of Orient #124F6C

Tints of Orient #124F6C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 38.54%

 BLUE value IS 108 (42.58% from 255) = 52.68%

R = 8.78%
G = 38.54%
B = 52.68%

CMYK

 C value IS 0.83

 M value IS 0.27

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#124F6C (or 0x124F6C) is known color: Orient. HEX triplet: 12, 4F and 6C. RGB value is (18,79,108). Sum of RGB (Red+Green+Blue) = 18+79+108=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #124F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124F6C is #EDB093. Grayscale: #3F3F3F. Windows color (decimal): -15577236 or 7098130. OLE color: 7098130.

HSL color Cylindrical-coordinate representation of color #124F6C: hue angle of 199.33º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #124F6C is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 79 108 -
CMYK 0.83 0.27 0 0.58
HSL 199.33º 0.71% 0.25% -
HSV(B) 199.33º 0.83% 0.42% -
XYZ 5.75 6.8 15.2 -
YUV 64.07 152.79 95.14 -
System Red Green Blue C M Y K H S L
Decimal 18 79 108 0.83 0.27 0 0.58 199.33 0.71 0.25
Hex 12 4F 6C 53 1B 0 3A C7 47 19
Octal 22 117 154 123 33 0 72 307 107 31
Binary 10010 1001111 1101100 1010011 11011 0 111010 11000111 1000111 11001

Color Harmonies of #124F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124F6C

Black with #124F6C

Text Example


Text Example

White with #124F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124F6C; }

 p { color: rgb(18,79,108); }

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

background-color css

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

 a { background-color: rgb(18,79,108); }

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

border-color css

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

 span { border-color: rgb(18,79,108); }

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