Html Css Color HEX #123041 Blue Whale

📋 copy color: '#123041'

red 18 ◦ green 48 ◦ blue 65

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

Shades of Blue Whale #123041

Tints of Blue Whale #123041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 36.64%

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

R = 13.74%
G = 36.64%
B = 49.62%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#123041 (or 0x123041) is known color: Blue Whale. HEX triplet: 12, 30 and 41. RGB value is (18,48,65). Sum of RGB (Red+Green+Blue) = 18+48+65=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 65 (25.78% from 255 or 49.62% from 131); Max value from RGB is 65 - color contains mainly: blue. Hex color #123041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123041 is #EDCFBE. Grayscale: #282828. Windows color (decimal): -15585215 or 4272146. OLE color: 4272146.

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

Color convert

RGB 18 48 65 -
CMYK 0.72 0.26 0 0.75
HSL 201.7º 0.57% 0.16% -
HSV(B) 201.7º 0.72% 0.25% -
XYZ 2.26 2.62 5.39 -
YUV 40.97 141.56 111.62 -
System Red Green Blue C M Y K H S L
Decimal 18 48 65 0.72 0.26 0 0.75 201.7 0.57 0.16
Hex 12 30 41 48 1A 0 4B CA 39 10
Octal 22 60 101 110 32 0 113 312 71 20
Binary 10010 110000 1000001 1001000 11010 0 1001011 11001010 111001 10000

Color Harmonies of #123041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123041

Black with #123041

Text Example


Text Example

White with #123041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123041; }

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

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

background-color css

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

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

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

border-color css

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

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

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