Html Css Color HEX #124248 Tiber

📋 copy color: '#124248'

red 18 ◦ green 66 ◦ blue 72

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

Shades of Tiber #124248

Tints of Tiber #124248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 46.15%

R = 11.54%
G = 42.31%
B = 46.15%

CMYK

 C value IS 0.75

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#124248 (or 0x124248) is known color: Tiber. HEX triplet: 12, 42 and 48. RGB value is (18,66,72). Sum of RGB (Red+Green+Blue) = 18+66+72=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 72 - color contains mainly: blue. Hex color #124248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124248 is #EDBDB7. Grayscale: #343434. Windows color (decimal): -15580600 or 4735506. OLE color: 4735506.

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

Color convert

RGB 18 66 72 -
CMYK 0.75 0.08 0 0.72
HSL 186.67º 0.6% 0.18% -
HSV(B) 186.67º 0.75% 0.28% -
XYZ 3.37 4.49 6.82 -
YUV 52.33 139.1 103.51 -
System Red Green Blue C M Y K H S L
Decimal 18 66 72 0.75 0.08 0 0.72 186.67 0.6 0.18
Hex 12 42 48 4B 8 0 48 BB 3C 12
Octal 22 102 110 113 10 0 110 273 74 22
Binary 10010 1000010 1001000 1001011 1000 0 1001000 10111011 111100 10010

Color Harmonies of #124248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124248

Black with #124248

Text Example


Text Example

White with #124248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124248; }

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

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

background-color css

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

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

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

border-color css

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

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

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