Html Css Color HEX #124F6D Orient

📋 copy color: '#124F6D'

red 18 ◦ green 79 ◦ blue 109

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

Shades of Orient #124F6D

Tints of Orient #124F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 52.91%

R = 8.74%
G = 38.35%
B = 52.91%

CMYK

 C value IS 0.83

 M value IS 0.28

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#124F6D (or 0x124F6D) is known color: Orient. HEX triplet: 12, 4F and 6D. RGB value is (18,79,109). Sum of RGB (Red+Green+Blue) = 18+79+109=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #124F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124F6D is #EDB092. Grayscale: #404040. Windows color (decimal): -15577235 or 7163666. OLE color: 7163666.

HSL color Cylindrical-coordinate representation of color #124F6D: hue angle of 199.78º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #124F6D is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 18 79 109 -
CMYK 0.83 0.28 0 0.57
HSL 199.78º 0.72% 0.25% -
HSV(B) 199.78º 0.83% 0.43% -
XYZ 5.81 6.82 15.48 -
YUV 64.18 153.29 95.06 -
System Red Green Blue C M Y K H S L
Decimal 18 79 109 0.83 0.28 0 0.57 199.78 0.72 0.25
Hex 12 4F 6D 53 1C 0 39 C8 48 19
Octal 22 117 155 123 34 0 71 310 110 31
Binary 10010 1001111 1101101 1010011 11100 0 111001 11001000 1001000 11001

Color Harmonies of #124F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124F6D

Black with #124F6D

Text Example


Text Example

White with #124F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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