Html Css Color HEX #123141 Blue Whale

📋 copy color: '#123141'

red 18 ◦ green 49 ◦ blue 65

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

Shades of Blue Whale #123141

Tints of Blue Whale #123141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 37.12%

 BLUE value IS 65 (25.78% from 255) = 49.24%

R = 13.64%
G = 37.12%
B = 49.24%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#123141 (or 0x123141) is known color: Blue Whale. HEX triplet: 12, 31 and 41. RGB value is (18,49,65). Sum of RGB (Red+Green+Blue) = 18+49+65=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #123141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123141 is #EDCEBE. Grayscale: #292929. Windows color (decimal): -15584959 or 4272402. OLE color: 4272402.

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

Color convert

RGB 18 49 65 -
CMYK 0.72 0.25 0 0.75
HSL 200.43º 0.57% 0.16% -
HSV(B) 200.43º 0.72% 0.25% -
XYZ 2.3 2.71 5.4 -
YUV 41.56 141.23 111.2 -
System Red Green Blue C M Y K H S L
Decimal 18 49 65 0.72 0.25 0 0.75 200.43 0.57 0.16
Hex 12 31 41 48 19 0 4B C8 39 10
Octal 22 61 101 110 31 0 113 310 71 20
Binary 10010 110001 1000001 1001000 11001 0 1001011 11001000 111001 10000

Color Harmonies of #123141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123141

Black with #123141

Text Example


Text Example

White with #123141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123141; }

 p { color: rgb(18,49,65); }

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

background-color css

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

 a { background-color: rgb(18,49,65); }

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

border-color css

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

 span { border-color: rgb(18,49,65); }

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