Html Css Color HEX #124F6B Orient

📋 copy color: '#124F6B'

red 18 ◦ green 79 ◦ blue 107

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

Shades of Orient #124F6B

Tints of Orient #124F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 52.45%

R = 8.82%
G = 38.73%
B = 52.45%

CMYK

 C value IS 0.83

 M value IS 0.26

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#124F6B (or 0x124F6B) is known color: Orient. HEX triplet: 12, 4F and 6B. RGB value is (18,79,107). Sum of RGB (Red+Green+Blue) = 18+79+107=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 107 (42.19% from 255 or 52.45% from 204); Max value from RGB is 107 - color contains mainly: blue. Hex color #124F6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124F6B is #EDB094. Grayscale: #3F3F3F. Windows color (decimal): -15577237 or 7032594. OLE color: 7032594.

HSL color Cylindrical-coordinate representation of color #124F6B: hue angle of 198.88º 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 #124F6B is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 79 107 -
CMYK 0.83 0.26 0 0.58
HSL 198.88º 0.71% 0.25% -
HSV(B) 198.88º 0.83% 0.42% -
XYZ 5.7 6.78 14.92 -
YUV 63.95 152.29 95.22 -
System Red Green Blue C M Y K H S L
Decimal 18 79 107 0.83 0.26 0 0.58 198.88 0.71 0.25
Hex 12 4F 6B 53 1A 0 3A C7 47 19
Octal 22 117 153 123 32 0 72 307 107 31
Binary 10010 1001111 1101011 1010011 11010 0 111010 11000111 1000111 11001

Color Harmonies of #124F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124F6B

Black with #124F6B

Text Example


Text Example

White with #124F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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