Html Css Color HEX #123749 Blue Whale

📋 copy color: '#123749'

red 18 ◦ green 55 ◦ blue 73

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

Shades of Blue Whale #123749

Tints of Blue Whale #123749

RGB

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

 GREEN value IS 55 (21.88% from 255) = 37.67%

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

R = 12.33%
G = 37.67%
B = 50%

CMYK

 C value IS 0.75

 M value IS 0.25

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#123749 (or 0x123749) is known color: Blue Whale. HEX triplet: 12, 37 and 49. RGB value is (18,55,73). Sum of RGB (Red+Green+Blue) = 18+55+73=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #123749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123749 is #EDC8B6. Grayscale: #2D2D2D. Windows color (decimal): -15583415 or 4798226. OLE color: 4798226.

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

Color convert

RGB 18 55 73 -
CMYK 0.75 0.25 0 0.71
HSL 199.64º 0.6% 0.18% -
HSV(B) 199.64º 0.75% 0.29% -
XYZ 2.82 3.34 6.8 -
YUV 45.99 143.24 108.04 -
System Red Green Blue C M Y K H S L
Decimal 18 55 73 0.75 0.25 0 0.71 199.64 0.6 0.18
Hex 12 37 49 4B 19 0 47 C8 3C 12
Octal 22 67 111 113 31 0 107 310 74 22
Binary 10010 110111 1001001 1001011 11001 0 1000111 11001000 111100 10010

Color Harmonies of #123749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123749

Black with #123749

Text Example


Text Example

White with #123749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123749; }

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

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

background-color css

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

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

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

border-color css

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

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

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