Html Css Color HEX #123049 Blue Whale

📋 copy color: '#123049'

red 18 ◦ green 48 ◦ blue 73

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

Shades of Blue Whale #123049

Tints of Blue Whale #123049

RGB

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

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

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

R = 12.95%
G = 34.53%
B = 52.52%

CMYK

 C value IS 0.75

 M value IS 0.34

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#123049 (or 0x123049) is known color: Blue Whale. HEX triplet: 12, 30 and 49. RGB value is (18,48,73). Sum of RGB (Red+Green+Blue) = 18+48+73=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 73 (28.91% from 255 or 52.52% from 139); Max value from RGB is 73 - color contains mainly: blue. Hex color #123049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123049 is #EDCFB6. Grayscale: #292929. Windows color (decimal): -15585207 or 4796434. OLE color: 4796434.

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

Color convert

RGB 18 48 73 -
CMYK 0.75 0.34 0 0.71
HSL 207.27º 0.6% 0.18% -
HSV(B) 207.27º 0.75% 0.29% -
XYZ 2.51 2.72 6.7 -
YUV 41.88 145.56 110.97 -
System Red Green Blue C M Y K H S L
Decimal 18 48 73 0.75 0.34 0 0.71 207.27 0.6 0.18
Hex 12 30 49 4B 22 0 47 CF 3C 12
Octal 22 60 111 113 42 0 107 317 74 22
Binary 10010 110000 1001001 1001011 100010 0 1000111 11001111 111100 10010

Color Harmonies of #123049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123049

Black with #123049

Text Example


Text Example

White with #123049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123049; }

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

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

background-color css

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

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

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

border-color css

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

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

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