Html Css Color HEX #123047 Blue Whale

📋 copy color: '#123047'

red 18 ◦ green 48 ◦ blue 71

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

Shades of Blue Whale #123047

Tints of Blue Whale #123047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 51.82%

R = 13.14%
G = 35.04%
B = 51.82%

CMYK

 C value IS 0.75

 M value IS 0.32

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#123047 (or 0x123047) is known color: Blue Whale. HEX triplet: 12, 30 and 47. RGB value is (18,48,71). Sum of RGB (Red+Green+Blue) = 18+48+71=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 71 (28.12% from 255 or 51.82% from 137); Max value from RGB is 71 - color contains mainly: blue. Hex color #123047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123047 is #EDCFB8. Grayscale: #292929. Windows color (decimal): -15585209 or 4665362. OLE color: 4665362.

HSL color Cylindrical-coordinate representation of color #123047: hue angle of 206.04º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #123047 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 48 71 -
CMYK 0.75 0.32 0 0.72
HSL 206.04º 0.6% 0.17% -
HSV(B) 206.04º 0.75% 0.28% -
XYZ 2.44 2.7 6.35 -
YUV 41.65 144.56 111.13 -
System Red Green Blue C M Y K H S L
Decimal 18 48 71 0.75 0.32 0 0.72 206.04 0.6 0.17
Hex 12 30 47 4B 20 0 48 CE 3C 11
Octal 22 60 107 113 40 0 110 316 74 21
Binary 10010 110000 1000111 1001011 100000 0 1001000 11001110 111100 10001

Color Harmonies of #123047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123047

Black with #123047

Text Example


Text Example

White with #123047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123047; }

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

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

background-color css

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

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

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

border-color css

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

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

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