Html Css Color HEX #123A47 Blue Whale

📋 copy color: '#123A47'

red 18 ◦ green 58 ◦ blue 71

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

Shades of Blue Whale #123A47

Tints of Blue Whale #123A47

RGB

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

 GREEN value IS 58 (23.05% from 255) = 39.46%

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

R = 12.24%
G = 39.46%
B = 48.3%

CMYK

 C value IS 0.75

 M value IS 0.18

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#123A47 (or 0x123A47) is known color: Blue Whale. HEX triplet: 12, 3A and 47. RGB value is (18,58,71). Sum of RGB (Red+Green+Blue) = 18+58+71=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 71 (28.12% from 255 or 48.30% from 147); Max value from RGB is 71 - color contains mainly: blue. Hex color #123A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123A47 is #EDC5B8. Grayscale: #2F2F2F. Windows color (decimal): -15582649 or 4667922. OLE color: 4667922.

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

Color convert

RGB 18 58 71 -
CMYK 0.75 0.18 0 0.72
HSL 194.72º 0.6% 0.17% -
HSV(B) 194.72º 0.75% 0.28% -
XYZ 2.9 3.61 6.51 -
YUV 47.52 141.25 106.94 -
System Red Green Blue C M Y K H S L
Decimal 18 58 71 0.75 0.18 0 0.72 194.72 0.6 0.17
Hex 12 3A 47 4B 12 0 48 C3 3C 11
Octal 22 72 107 113 22 0 110 303 74 21
Binary 10010 111010 1000111 1001011 10010 0 1001000 11000011 111100 10001

Color Harmonies of #123A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123A47

Black with #123A47

Text Example


Text Example

White with #123A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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