Html Css Color HEX #123447 Blue Whale

📋 copy color: '#123447'

red 18 ◦ green 52 ◦ blue 71

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

Shades of Blue Whale #123447

Tints of Blue Whale #123447

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.88%

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

R = 12.77%
G = 36.88%
B = 50.35%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#123447 (or 0x123447) is known color: Blue Whale. HEX triplet: 12, 34 and 47. RGB value is (18,52,71). Sum of RGB (Red+Green+Blue) = 18+52+71=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 71 (28.12% from 255 or 50.35% from 141); Max value from RGB is 71 - color contains mainly: blue. Hex color #123447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123447 is #EDCBB8. Grayscale: #2B2B2B. Windows color (decimal): -15584185 or 4666386. OLE color: 4666386.

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

Color convert

RGB 18 52 71 -
CMYK 0.75 0.27 0 0.72
HSL 201.51º 0.6% 0.17% -
HSV(B) 201.51º 0.75% 0.28% -
XYZ 2.61 3.04 6.41 -
YUV 44 143.24 109.46 -
System Red Green Blue C M Y K H S L
Decimal 18 52 71 0.75 0.27 0 0.72 201.51 0.6 0.17
Hex 12 34 47 4B 1B 0 48 CA 3C 11
Octal 22 64 107 113 33 0 110 312 74 21
Binary 10010 110100 1000111 1001011 11011 0 1001000 11001010 111100 10001

Color Harmonies of #123447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123447

Black with #123447

Text Example


Text Example

White with #123447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123447; }

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

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

background-color css

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

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

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

border-color css

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

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

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