Html Css Color HEX #123549 Blue Whale

📋 copy color: '#123549'

red 18 ◦ green 53 ◦ blue 73

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

Shades of Blue Whale #123549

Tints of Blue Whale #123549

RGB

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

 GREEN value IS 53 (21.09% from 255) = 36.81%

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

R = 12.5%
G = 36.81%
B = 50.69%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#123549 (or 0x123549) is known color: Blue Whale. HEX triplet: 12, 35 and 49. RGB value is (18,53,73). Sum of RGB (Red+Green+Blue) = 18+53+73=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 73 (28.91% from 255 or 50.69% from 144); Max value from RGB is 73 - color contains mainly: blue. Hex color #123549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123549 is #EDCAB6. Grayscale: #2C2C2C. Windows color (decimal): -15583927 or 4797714. OLE color: 4797714.

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

Color convert

RGB 18 53 73 -
CMYK 0.75 0.27 0 0.71
HSL 201.82º 0.6% 0.18% -
HSV(B) 201.82º 0.75% 0.29% -
XYZ 2.73 3.16 6.77 -
YUV 44.82 143.9 108.87 -
System Red Green Blue C M Y K H S L
Decimal 18 53 73 0.75 0.27 0 0.71 201.82 0.6 0.18
Hex 12 35 49 4B 1B 0 47 CA 3C 12
Octal 22 65 111 113 33 0 107 312 74 22
Binary 10010 110101 1001001 1001011 11011 0 1000111 11001010 111100 10010

Color Harmonies of #123549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123549

Black with #123549

Text Example


Text Example

White with #123549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123549; }

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

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

background-color css

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

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

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

border-color css

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

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

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