Html Css Color HEX #123046 Blue Whale

📋 copy color: '#123046'

red 18 ◦ green 48 ◦ blue 70

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

Shades of Blue Whale #123046

Tints of Blue Whale #123046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 51.47%

R = 13.24%
G = 35.29%
B = 51.47%

CMYK

 C value IS 0.74

 M value IS 0.31

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#123046 (or 0x123046) is known color: Blue Whale. HEX triplet: 12, 30 and 46. RGB value is (18,48,70). Sum of RGB (Red+Green+Blue) = 18+48+70=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 70 (27.73% from 255 or 51.47% from 136); Max value from RGB is 70 - color contains mainly: blue. Hex color #123046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123046 is #EDCFB9. Grayscale: #292929. Windows color (decimal): -15585210 or 4599826. OLE color: 4599826.

HSL color Cylindrical-coordinate representation of color #123046: hue angle of 205.38º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #123046 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 48 70 -
CMYK 0.74 0.31 0 0.73
HSL 205.38º 0.59% 0.17% -
HSV(B) 205.38º 0.74% 0.27% -
XYZ 2.41 2.68 6.19 -
YUV 41.54 144.06 111.21 -
System Red Green Blue C M Y K H S L
Decimal 18 48 70 0.74 0.31 0 0.73 205.38 0.59 0.17
Hex 12 30 46 4A 1F 0 49 CD 3B 11
Octal 22 60 106 112 37 0 111 315 73 21
Binary 10010 110000 1000110 1001010 11111 0 1001001 11001101 111011 10001

Color Harmonies of #123046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123046

Black with #123046

Text Example


Text Example

White with #123046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123046; }

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

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

background-color css

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

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

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

border-color css

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

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

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