Html Css Color HEX #123446 Blue Whale

📋 copy color: '#123446'

red 18 ◦ green 52 ◦ blue 70

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

Shades of Blue Whale #123446

Tints of Blue Whale #123446

RGB

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

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

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

R = 12.86%
G = 37.14%
B = 50%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#123446 (or 0x123446) is known color: Blue Whale. HEX triplet: 12, 34 and 46. RGB value is (18,52,70). Sum of RGB (Red+Green+Blue) = 18+52+70=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 70 (27.73% from 255 or 50% from 140); Max value from RGB is 70 - color contains mainly: blue. Hex color #123446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123446 is #EDCBB9. Grayscale: #2B2B2B. Windows color (decimal): -15584186 or 4600850. OLE color: 4600850.

HSL color Cylindrical-coordinate representation of color #123446: hue angle of 200.77º 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 #123446 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 52 70 -
CMYK 0.74 0.26 0 0.73
HSL 200.77º 0.59% 0.17% -
HSV(B) 200.77º 0.74% 0.27% -
XYZ 2.58 3.03 6.24 -
YUV 43.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 18 52 70 0.74 0.26 0 0.73 200.77 0.59 0.17
Hex 12 34 46 4A 1A 0 49 C9 3B 11
Octal 22 64 106 112 32 0 111 311 73 21
Binary 10010 110100 1000110 1001010 11010 0 1001001 11001001 111011 10001

Color Harmonies of #123446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123446

Black with #123446

Text Example


Text Example

White with #123446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123446; }

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

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

background-color css

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

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

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

border-color css

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

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

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