Html Css Color HEX #123149 Blue Whale

📋 copy color: '#123149'

red 18 ◦ green 49 ◦ blue 73

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

Shades of Blue Whale #123149

Tints of Blue Whale #123149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 52.14%

R = 12.86%
G = 35%
B = 52.14%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#123149 (or 0x123149) is known color: Blue Whale. HEX triplet: 12, 31 and 49. RGB value is (18,49,73). Sum of RGB (Red+Green+Blue) = 18+49+73=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 73 (28.91% from 255 or 52.14% from 140); Max value from RGB is 73 - color contains mainly: blue. Hex color #123149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123149 is #EDCEB6. Grayscale: #2A2A2A. Windows color (decimal): -15584951 or 4796690. OLE color: 4796690.

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

Color convert

RGB 18 49 73 -
CMYK 0.75 0.33 0 0.71
HSL 206.18º 0.6% 0.18% -
HSV(B) 206.18º 0.75% 0.29% -
XYZ 2.55 2.81 6.71 -
YUV 42.47 145.23 110.55 -
System Red Green Blue C M Y K H S L
Decimal 18 49 73 0.75 0.33 0 0.71 206.18 0.6 0.18
Hex 12 31 49 4B 21 0 47 CE 3C 12
Octal 22 61 111 113 41 0 107 316 74 22
Binary 10010 110001 1001001 1001011 100001 0 1000111 11001110 111100 10010

Color Harmonies of #123149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123149

Black with #123149

Text Example


Text Example

White with #123149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123149; }

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

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

background-color css

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

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

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

border-color css

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

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

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