Html Css Color HEX #124247 Tiber

📋 copy color: '#124247'

red 18 ◦ green 66 ◦ blue 71

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

Shades of Tiber #124247

Tints of Tiber #124247

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.58%

 BLUE value IS 71 (28.13% from 255) = 45.81%

R = 11.61%
G = 42.58%
B = 45.81%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#124247 (or 0x124247) is known color: Tiber. HEX triplet: 12, 42 and 47. RGB value is (18,66,71). Sum of RGB (Red+Green+Blue) = 18+66+71=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 71 (28.12% from 255 or 45.81% from 155); Max value from RGB is 71 - color contains mainly: blue. Hex color #124247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124247 is #EDBDB8. Grayscale: #343434. Windows color (decimal): -15580601 or 4669970. OLE color: 4669970.

HSL color Cylindrical-coordinate representation of color #124247: hue angle of 185.66º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124247 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 66 71 -
CMYK 0.75 0.07 0 0.72
HSL 185.66º 0.6% 0.17% -
HSV(B) 185.66º 0.75% 0.28% -
XYZ 3.34 4.48 6.65 -
YUV 52.22 138.6 103.59 -
System Red Green Blue C M Y K H S L
Decimal 18 66 71 0.75 0.07 0 0.72 185.66 0.6 0.17
Hex 12 42 47 4B 7 0 48 BA 3C 11
Octal 22 102 107 113 7 0 110 272 74 21
Binary 10010 1000010 1000111 1001011 111 0 1001000 10111010 111100 10001

Color Harmonies of #124247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124247

Black with #124247

Text Example


Text Example

White with #124247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124247; }

 p { color: rgb(18,66,71); }

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

background-color css

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

 a { background-color: rgb(18,66,71); }

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

border-color css

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

 span { border-color: rgb(18,66,71); }

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