Html Css Color HEX #123847 Blue Whale

📋 copy color: '#123847'

red 18 ◦ green 56 ◦ blue 71

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

Shades of Blue Whale #123847

Tints of Blue Whale #123847

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.62%

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

R = 12.41%
G = 38.62%
B = 48.97%

CMYK

 C value IS 0.75

 M value IS 0.21

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#123847 (or 0x123847) is known color: Blue Whale. HEX triplet: 12, 38 and 47. RGB value is (18,56,71). Sum of RGB (Red+Green+Blue) = 18+56+71=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 71 (28.12% from 255 or 48.97% from 145); Max value from RGB is 71 - color contains mainly: blue. Hex color #123847 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123847 is #EDC7B8. Grayscale: #2E2E2E. Windows color (decimal): -15583161 or 4667410. OLE color: 4667410.

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

Color convert

RGB 18 56 71 -
CMYK 0.75 0.21 0 0.72
HSL 196.98º 0.6% 0.17% -
HSV(B) 196.98º 0.75% 0.28% -
XYZ 2.8 3.41 6.47 -
YUV 46.35 141.91 107.78 -
System Red Green Blue C M Y K H S L
Decimal 18 56 71 0.75 0.21 0 0.72 196.98 0.6 0.17
Hex 12 38 47 4B 15 0 48 C5 3C 11
Octal 22 70 107 113 25 0 110 305 74 21
Binary 10010 111000 1000111 1001011 10101 0 1001000 11000101 111100 10001

Color Harmonies of #123847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123847

Black with #123847

Text Example


Text Example

White with #123847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123847; }

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

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

background-color css

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

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

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

border-color css

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

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

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