Html Css Color HEX #123241 Blue Whale

📋 copy color: '#123241'

red 18 ◦ green 50 ◦ blue 65

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

Shades of Blue Whale #123241

Tints of Blue Whale #123241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 37.59%

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

R = 13.53%
G = 37.59%
B = 48.87%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#123241 (or 0x123241) is known color: Blue Whale. HEX triplet: 12, 32 and 41. RGB value is (18,50,65). Sum of RGB (Red+Green+Blue) = 18+50+65=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: blue. Hex color #123241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123241 is #EDCDBE. Grayscale: #2A2A2A. Windows color (decimal): -15584703 or 4272658. OLE color: 4272658.

HSL color Cylindrical-coordinate representation of color #123241: hue angle of 199.15º 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 #123241 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 50 65 -
CMYK 0.72 0.23 0 0.75
HSL 199.15º 0.57% 0.16% -
HSV(B) 199.15º 0.72% 0.25% -
XYZ 2.34 2.79 5.42 -
YUV 42.14 140.9 110.78 -
System Red Green Blue C M Y K H S L
Decimal 18 50 65 0.72 0.23 0 0.75 199.15 0.57 0.16
Hex 12 32 41 48 17 0 4B C7 39 10
Octal 22 62 101 110 27 0 113 307 71 20
Binary 10010 110010 1000001 1001000 10111 0 1001011 11000111 111001 10000

Color Harmonies of #123241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123241

Black with #123241

Text Example


Text Example

White with #123241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123241; }

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

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

background-color css

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

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

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

border-color css

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

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

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