Html Css Color HEX #123050 Blue Whale

📋 copy color: '#123050'

red 18 ◦ green 48 ◦ blue 80

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

Shades of Blue Whale #123050

Tints of Blue Whale #123050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 54.79%

R = 12.33%
G = 32.88%
B = 54.79%

CMYK

 C value IS 0.78

 M value IS 0.40

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#123050 (or 0x123050) is known color: Blue Whale. HEX triplet: 12, 30 and 50. RGB value is (18,48,80). Sum of RGB (Red+Green+Blue) = 18+48+80=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 80 (31.64% from 255 or 54.79% from 146); Max value from RGB is 80 - color contains mainly: blue. Hex color #123050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123050 is #EDCFAF. Grayscale: #2A2A2A. Windows color (decimal): -15585200 or 5255186. OLE color: 5255186.

HSL color Cylindrical-coordinate representation of color #123050: hue angle of 210.97º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #123050 is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 48 80 -
CMYK 0.78 0.40 0 0.69
HSL 210.97º 0.63% 0.19% -
HSV(B) 210.97º 0.78% 0.31% -
XYZ 2.75 2.82 7.99 -
YUV 42.68 149.06 110.4 -
System Red Green Blue C M Y K H S L
Decimal 18 48 80 0.78 0.40 0 0.69 210.97 0.63 0.19
Hex 12 30 50 4E 28 0 45 D3 3F 13
Octal 22 60 120 116 50 0 105 323 77 23
Binary 10010 110000 1010000 1001110 101000 0 1000101 11010011 111111 10011

Color Harmonies of #123050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123050

Black with #123050

Text Example


Text Example

White with #123050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123050; }

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

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

background-color css

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

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

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

border-color css

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

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

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